npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "Levenshtein" 的结果(共 18 个)
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
levdist

A minimal algorithm for computing Levenshtein distance in JavaScript.

MIT
ld

Compute the Levenshtein distance for string comparison

levenshtein

Javascript implementation of the L-diggity.

Public Domain
levenshtein-component

The "Levenshtein Distance" algorithm

natural

General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.

MIT
fast-levenshtein

Efficient implementation of Levenshtein algorithm with locale-specific collator support.

MIT
damerau-levenshtein

Damerau - Levenshtein distance by The Spanish Inquisition + relative distance

BSD-2-Clause
js-levenshtein

The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

MIT
@bundled-es-modules/js-levenshtein

mirror of js-levenshtein, bundled and exposed as ES module

ISC
@types/js-levenshtein

TypeScript definitions for js-levenshtein

MIT
js-levenshtein-esm

The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

MIT