Ross ROSS = Recommend OSS · open-source software intelligence for agents

winkjs/wink-nlp

Developer friendly Natural Language Processing ✨ observed · 2026-08-28

github.com/winkjs/wink-nlp · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 84
  • Release rhythm 16
  • 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: 108.5
  • age_days: 2819
  • days_rel: 429
  • days_push: 98
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1388 stars · 63 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

WinkNLP is a developer-friendly JavaScript library for natural language processing with a lean, dependency-free codebase of ~10Kb minified and gzipped. It provides a comprehensive NLP pipeline including tokenization, sentence boundary detection, POS tagging, NER, sentiment analysis, and word embedding support, running on Node.js, browsers, and Deno.

Use cases

  • tokenize multilingual text in javascript
  • detect sentences in raw text
  • extract named entities from documents
  • perform sentiment analysis on reviews
  • compute semantic similarity with word vectors
  • build a chatbot with nlp in node.js
  • create word clouds and text visualizations
  • pos tag and lemmatize text in the browser

When to choose

  • you need a fast, lightweight NLP library for JavaScript with no external dependencies
  • you want NLP that runs in Node.js, browsers, or Deno with TypeScript support
  • you need production-grade text processing with high test coverage and security compliance
  • you want tokenization, NER, sentiment, and embeddings in a single pipeline

When to avoid

  • you need deep-learning-based NLP with transformer models or GPU acceleration
  • you need languages beyond the models provided (e.g., extensive multilingual pipelines)
  • you are working in Python and can use spaCy or similar mature ecosystems

Facets

library · maturity active

nlp parser search-engine data-visualization machine-learning developer-tools web-development browser tokenization sentence-boundary-detection pos-tagging named-entity-recognition sentiment-analysis word-embeddings bm25 typescript-support zero-dependency natural-language-processing nodejs deno javascript

4 sources

Member repositories

RepositoryRoleHealth v2
winkjs/wink-nlpmain63

For agents

markdown · JSON · MCP: product_card(name="winkjs/wink-nlp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem