leven
popularMeasure the difference between two strings using the Levenshtein distance algorithm
Updated by @sindresorhus
fast-levenshtein
popularEfficient implementation of Levenshtein algorithm with locale-specific collator support.
Updated by @hiddentao
string-similarity
popularFinds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
Updated by @aceakash
didyoumean2
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
Updated by @foray1010
levenary
[](https://www.npmjs.com/package/levenary) …
Updated by @tanhauhau
talisman
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Updated by @yomguithereal
js-levenshtein
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
Updated by @ggustf
string-fix-broken-named-entities
Finds and fixes common and not so common broken named HTML entities, returns ranges array of fixes
Updated by @royston
string-find-malformed
Search for a malformed string. Think of Levenshtein distance but in search.
Updated by @royston
leven-match
Return all word matches between two arrays within given Levenshtein distance.
Updated by @eklem
leven-cli
Measure the difference between two strings using the Levenshtein distance algorithm
Updated by @sindresorhus
onp
Text diff algorithm based on 'An O(NP) Sequence Comparison Algorithm' from Sun Wu, Udi Manber and Gene Myers
Updated by @hacker.stanislav
damerau-levenshtein-js
NPM package that calculates synchronously or asynchronously the Damerau-Levenshtein distance between strings.
Updated by @fabvalaaah
didyoumean3
🚀 The fastest and easiest「didyoumean」in the universe via levenshtein algorithm
Updated by @huangteng