spencermountain/compromise
modest natural-language processing observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 52
- age_days: 5538
- days_rel: 50
- days_push: 10
- n_releases_24m: 8
Adoption not part of the score
12149 stars · 667 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Compromise is a lightweight JavaScript natural-language processing library that turns text into structured data, doing part-of-speech tagging and named-entity recognition in the browser or Node. It makes fast, sensible, limited parsing decisions rather than aiming for heavyweight linguistic accuracy.
Use cases
- extract names and places from text in the browser
- part-of-speech tag sentences in javascript
- parse user-generated text into structured data
- find dates and organizations in strings
- lightweight nlp without a server or ML model
- match patterns in english text
When to choose
- you need fast, dependency-free NLP in JavaScript for English text
- you want POS tagging or entity extraction that runs in the browser
- you prefer pragmatic, predictable parsing over heavyweight ML models
When to avoid
- you need high-accuracy NLP for languages other than English (community forks exist for some)
- you need deep dependency parsing or state-of-the-art transformer models
- you need multilingual support out of the box
Facets
library · maturity active
nlp parser developer-tools browser part-of-speech-tagging named-entity-recognition text-parsing lightweight natural-language-processing nodejs javascript
2 sources
- readme: https://github.com/spencermountain/compromise · fetched 2026-08-28 · 0c7f7601af9d
- homepage: http://compromise.cool · fetched 2026-08-29 · 264ba9c14bfb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| spencermountain/compromise | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="spencermountain/compromise")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem