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.43k stars 1k forks source link

Adding vader_lexicon.txt in other language #98

Open LRiver15 opened 4 years ago

LRiver15 commented 4 years ago

Hi!

After translation of vader_lexicon.txt to my language, I have copied the file into this directory:

/Users/laura/nltk_data/sentiment/vader_lexicon

I would now like to work with my custom file. How can I load it?

Thank you in advance!

ryanzidago commented 4 years ago

You could fork the library and replace the current vader_lexicon.txt in vaderSentiment/vaderSentiment with your own implentation.