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

Not recognizing emojis when it is without space #86

Closed matthewgson closed 4 years ago

matthewgson commented 5 years ago

I noticed a bug that VADER does not recognize emojis when it is attached to words or it is used without space.

The codes shown in below link gives reproducible example. https://stackoverflow.com/questions/52110025/unable-to-predict-sentiment-of-emoticons

Hope this behavior is fixed soon.

cjhutto commented 4 years ago

Got this fixed. Thanks for pointing it out!