cjhutto / vaderSentiment

VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
MIT License
4.38k stars 1k forks source link

How to predict INTENSITY of sentiment from text? #113

Open ZayneHuang opened 3 years ago

ZayneHuang commented 3 years ago

Hi,

It works well for me to extract polarity with SentimentIntensityAnalyzer.polarity_scores() . But is it also possible to predict intensity, since the value of intensity is also very important to me? I noticed that it mentioned the intensity value in the paper and document but it is not able to predict sentiment intensity yet. Does someone know any method?

Great thanks!