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.
I created a NLP toolkit in Lua and ported VADER algorithm for adding sentiment analysis functionality.
Relevant documentation for VADER is mentioned in the README.
I created a NLP toolkit in Lua and ported VADER algorithm for adding sentiment analysis functionality. Relevant documentation for VADER is mentioned in the README.