Skip to content

Releases: apanimesh061/VaderSentimentJava

VaderSentimentJava-1.1.1

17 Oct 06:12
Compare
Choose a tag to compare
  • Optimization fixes by @ArjohnKampman
  • Updated MVN dependencies and checkstyle

VaderSentimentJava-1.0.1

16 Jun 20:16
Compare
Choose a tag to compare

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.