cjhutto / vaderSentiment

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.
MIT License
4.38k stars 1k forks source link

Added Lua version #126

Open pncnmnp opened 3 years ago

pncnmnp commented 3 years ago

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.