Glench/fuzzyset.js
fuzzyset.js - A fuzzy string set for javascript observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license no_readme
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: n/a
- age_days: 4998
- days_rel: n/a
- days_push: 1724
- n_releases_24m: 0
Adoption not part of the score
1375 stars · 104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript data structure for fuzzy string matching that finds likely misspellings and approximate matches against a set of strings. It uses n-gram indexing with optional Levenshtein distance scoring to return ranked matches with confidence scores.
Use cases
- fuzzy match user input against a list of known strings
- detect likely misspellings of names or words
- autocomplete with typo tolerance
- deduplicate strings with slight variations
- match city or product names entered with typos
When to choose
- you need fast approximate string lookup in JavaScript in the browser or Node
- you want ranked matches with similarity scores
- your dataset fits in memory and you need simple typo correction
When to avoid
- you need full-text search over large document collections
- you need Unicode-heavy or non-Latin script matching with high accuracy
- you need an actively developed library with ongoing support
Facets
library · maturity maintenance
search-engine nlp parser developer-tools browser fuzzy-matching string-matching spell-correction levenshtein-distance data-structure natural-language-processing search nodejs javascript
2 sources
- homepage: http://glench.github.io/fuzzyset.js/ · fetched 2026-08-29 · d88948187dd5
- registry_npm: https://registry.npmjs.org/fuzzyset.js · fetched 2026-08-29 · 5ef7105ce893
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Glench/fuzzyset.js | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Glench/fuzzyset.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem