搜索 "levenshtein" 的结果(共 7 个)
leven
Measure the difference between two strings using the Levenshtein distance algorithm
MIT
fastest-levenshtein
Fastest Levenshtein distance implementation in JS.
MIT
levenshtein-damerau
A quick and easy Damerau Levenshtein implementation (not a Levenshtein only operation which doesn't do look aheads or transpositions).
string-similarity
Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
ISC
didyoumean2
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
MIT
tiny-levenshtein
A tiny implementation of the Levenshtein edit distance algorithm.
MIT