# NaturalNode/natural

general natural language facilities for node

Repository: https://github.com/NaturalNode/natural
Canonical: https://ross.abutalabs.com/products/natural
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-02-22T21:53:54+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 68, release rhythm 39, longevity 100
- inputs: {"age_days": 5598, "days_push": 192, "days_rel": 196, "gap_med": 272, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10880, forks 854 (observed 2026-08-28T04:10:44.582557+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: nlp, parser, machine-learning
- domain: machine-learning, developer-tools
- platform: -
- tags: tokenization, stemming, sentiment-analysis, wordnet, tf-idf, text-classification, phonetics, string-distance, part-of-speech-tagging, natural-language-processing, nodejs, javascript

## Member repositories
- NaturalNode/natural (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:44.582557+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:17:26.859758+00:00, confidence not recorded.
  - readme: https://github.com/NaturalNode/natural (fetched 2026-08-28T04:10:44.582557+00:00, sha 0ddce2835ef5)
  - registry_npm: https://registry.npmjs.org/natural (fetched 2026-08-29T08:16:35.452842+00:00, sha 50983493a817)
- Data as of 2026-08-30T08:39:29.467469+00:00.
