/vader

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. This is the converted Kotlin version of the original Python project.

Primary LanguageKotlin

Use

build with gradle

gradle clean build

run over a text file

cd dist
./vader.sh -file /path/to/text/file.txt