npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "leven" 的结果(共 7 个)
leven

Measure the difference between two strings using the Levenshtein distance algorithm

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