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. observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 70
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4307
- days_rel: n/a
- days_push: 184
- n_releases_24m: 0
Adoption not part of the score
5053 stars · 1056 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
VADER is a lexicon and rule-based sentiment analysis library for Python, specifically tuned to sentiments expressed in social media but effective on other text domains. It handles negations, punctuation intensity, slang, emoticons, and emojis, and is also integrated into NLTK.
Use cases
- analyze sentiment of tweets and social media posts
- score sentiment of product reviews
- detect sentiment in text with emojis and emoticons
- handle negations like 'not good' in sentiment scoring
- run sentence-level sentiment analysis on longer documents
- get quick sentiment scores without training a machine learning model
When to choose
- you need fast, dependency-light sentiment scoring without training data
- your text comes from social media with slang, emojis, and casual language
- you want interpretable, rule-based sentiment results
When to avoid
- you need state-of-the-art accuracy on complex or domain-specific text
- you need aspect-based or multilingual sentiment analysis out of the box
- you require contextual understanding that only transformer models provide
Facets
library · maturity stable
nlp parser social-media data-science python cross-platform sentiment-analysis lexicon-based social-media rule-based text-analysis natural-language-processing
2 sources
- readme: https://github.com/cjhutto/vaderSentiment · fetched 2026-08-28 · b23e5a12de74
- registry_pypi: https://pypi.org/pypi/vadersentiment/json · fetched 2026-08-29 · 36d04935dd9f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cjhutto/vaderSentiment | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="cjhutto/vaderSentiment")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem