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

cannot import name 'SentimentIntensityAnalyzer' from 'vaderSentiment.vaderSentiment' #119

Open acioce8 opened 3 years ago

acioce8 commented 3 years ago

Good evening, I'm trying to use this library for an emoji-focused thesis work. when I import, I have this error: cannot import name 'SentimentIntensityAnalyzer' from 'vaderSentiment.vaderSentiment' (C:\Users\Antonio\Anaconda3\lib\site-packages\vaderSentiment\vaderSentiment__init__.py)

I searched in vain on the internet but found no solutions, can anyone help me? Thanks :)