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

Fixing None Type not Iterable Error in Demo #136

Closed janik6882 closed 2 years ago

janik6882 commented 2 years ago

Fixes #135 Error. Only substanially changes lines are Lines 683-686 are changed in a substantial Way, other changes were made by IntelliJ Formatting.