NaturalNode/natural
general natural language facilities for node observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 68
- Release rhythm 39
- 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: 272
- age_days: 5598
- days_rel: 196
- days_push: 192
- n_releases_24m: 2
Adoption not part of the score
10880 stars · 854 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Natural is a general natural language processing library for Node.js offering tokenizing, stemming, part-of-speech tagging, sentiment analysis, classification, and string distance utilities. It also provides WordNet integration, phonetic matching, and TF-IDF, with TypeScript support.
Use cases
- tokenize and stem text in node
- sentiment analysis of reviews
- classify text with a naive bayes classifier
- compute string similarity with levenshtein or jaro-winkler distance
- look up word definitions with WordNet
- part-of-speech tagging for English text
- build a tf-idf search over documents
- phonetic matching of names with metaphone
When to choose
- you need classic statistical NLP in a Node.js or JavaScript project without heavy ML dependencies
- you want a broad toolkit of text utilities in one MIT-licensed package
- you need lightweight classifiers, stemmers, or string distance metrics server-side
When to avoid
- you need modern transformer-based or deep learning NLP models
- you work outside Node.js
- you need high-accuracy state-of-the-art language understanding
Facets
library · maturity active
nlp parser machine-learning machine-learning developer-tools tokenization stemming sentiment-analysis wordnet tf-idf text-classification phonetics string-distance part-of-speech-tagging natural-language-processing nodejs javascript
2 sources
- readme: https://github.com/NaturalNode/natural · fetched 2026-08-28 · 0ddce2835ef5
- registry_npm: https://registry.npmjs.org/natural · fetched 2026-08-29 · 50983493a817
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NaturalNode/natural | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="NaturalNode/natural")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem