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.43k stars 1k forks source link

Update README.rst #75

Open ydineshy225 opened 5 years ago

ydineshy225 commented 5 years ago

I guess limits of compound values to categorize positive, negative and neutral should be like compound score >=0.5, (compound score < 0.5 and compound score > -0.5) and compound score <=-0.5. I don't find proper result with above mentioned limits could you please check on that.