sentiment and afinn

These are ecosystem siblings: both are independent implementations of the same AFINN sentiment analysis algorithm in different programming languages (Node.js and Elixir), allowing developers to use the same underlying lexicon-based approach within their respective language ecosystems.

sentiment
68
Established
afinn
37
Emerging
Maintenance 0/25
Adoption 22/25
Maturity 25/25
Community 21/25
Maintenance 13/25
Adoption 3/25
Maturity 9/25
Community 12/25
Stars: 2,674
Forks: 313
Downloads: 531,841
Commits (30d): 0
Language: JavaScript
License: MIT
Stars: 3
Forks: 1
Downloads:
Commits (30d): 0
Language: Elixir
License: MIT
Stale 6m
No Package No Dependents

About sentiment

thisandagain/sentiment

AFINN-based sentiment analysis for Node.js.

Combines the AFINN-165 lexicon with emoji sentiment scoring to analyze text polarity, returning detailed breakdowns including comparative scores normalized across document length. Supports extensibility through custom language registration with per-language negation and emphasis strategies, plus runtime word score overrides via extras. Built for Node.js with optimized performance (~2x faster than comparable libraries) through efficient tokenization and lexicon lookup.

About afinn

kupolak/afinn

Sentiment analysis in Elixir.

Scores updated daily from GitHub, PyPI, and npm data. How scores work