winkjs/wink-nlp
Developer friendly Natural Language Processing ✨ 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
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
- readme: https://github.com/winkjs/wink-nlp · fetched 2026-08-28 · b9500db49074
- homepage: https://winkjs.org/wink-nlp/ · fetched 2026-08-29 · 350ebf67372d
- site_page: https://winkjs.org/wink-nlp/getting-started.html · fetched 2026-08-29 · 429ec33b4be4
- registry_npm: https://registry.npmjs.org/wink-nlp · fetched 2026-08-29 · 48f636c92db3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| winkjs/wink-nlp | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem