Skip to content

VaderSentimentJava-1.0.1

Compare
Choose a tag to compare
@apanimesh061 apanimesh061 released this 16 Jun 20:16
· 29 commits to master since this release

This version implements NLTK's version of VADER Sentiment Analyzer.
I added checkstyle to the project so that it becomes more extensible and can have a better design.

There were minor refactorings for better performance e.g. using sets in place of arrays and lists for searching.