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

help with adding values to vader_lexicon.txt #138

Closed pinkshades128 closed 2 years ago

pinkshades128 commented 2 years ago

Can you please explain how you assigned values for terms? I want to add terms that my team commonly uses (such as acronyms and nouns). For example, in line 1 of vader_lexicon.txt the "$:" is given the values "-1.5 0.80623 [-1, -1, -1, -1, -3, -1, -3, -1, -2, -1]."

cjhutto commented 2 years ago

This information is provided already. Please review the README, and if desired the accompanying publication that is provided in the "additional resources".