NewsMTSC
NewsMTSC copied to clipboard
Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.
When attempting to classify sentiment with the following input, I get a misleading exception. Generally TextTooLongException seems to be thrown appropriately, but this seemed to be the one exception to...
Okay, so, I have decided that I want to use this amazing IMPRESSIVE work of art for predicting sentiments in spanish. I noticed that the SentimentAnalysis tool runs on Spacy...
currently only done for grutscsingle
Hi there authors, really impressive work with much ease to use, thanks for sharing this :) I have a silly question regarding the template example provided: - sentiment = tsc.infer_from_text("I...
Hello, I have trouble to initially load the model. I use version 1.2.28. ```from NewsSentiment import TargetSentimentClassifier tsc = TargetSentimentClassifier() ``` It gives me the following error: ```RegistryError Traceback (most...
Great package, and I think it offers a very easy-to-use implementation for targeted sentiment classification! I had a brief question: it took me a while to track down that I...