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

CHANGE BOOSTER AND NEGATIVE WORDS #105

Open BGFrench opened 4 years ago

BGFrench commented 4 years ago

Hello!

I am working with Vader Lexicon in french. I have translated all the words and it works, but now I would like o add booster and negative words in order to improve my analysis.

How could I do it?

Thanks!