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

Is NLP still required when using VADER? #125

Open SamuelFairbrass opened 3 years ago

SamuelFairbrass commented 3 years ago

Hi, is stemming or lemmatisation or another kind of NLP still required when using VADER or is it processed automatically? @cjhutto