Skip to content

Releases: apanimesh061/VaderSentimentJava

VaderSentimentJava-1.1.1

Choose a tag to compare

@apanimesh061 apanimesh061 released this 17 Oct 06:12
  • Optimization fixes by @ArjohnKampman
  • Updated MVN dependencies and checkstyle

VaderSentimentJava-1.0.1

Choose a tag to compare

@apanimesh061 apanimesh061 released this 16 Jun 20:16

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.