Skip to content
/ vader Public

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.

Notifications You must be signed in to change notification settings

rock3125/vader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use

build with gradle

gradle clean build

run over a text file

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published