fast-levenshtein icon indicating copy to clipboard operation
fast-levenshtein copied to clipboard

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

Results 10 fast-levenshtein issues
Sort by recently updated
recently updated
newest added

When comparing two strings with diffrent langauges it is returning the same response if there are entirly equal

Add architecture ppc64le to travis buildHi, I had added ppc64le support on Travis-ci and Its been success added and build. Kindly review and merge same. Changes done are added ppc64le...

What are the breaking changes introduced in v2 or v3? Currently it's very difficult to learn. There's no changelog and tags are misleading. v1.1.4 appears as identical to v2.0.0 ->...

I want to import the npm in the client side instead of require.How to do that?

Much slower than levenshtein distance using dynamic programming.

Looks like the last commit was in 2017. Is this project still maintained or should it be considered EOL?

Case is useful for common OCR misreads that the substitution cost can/should be zero

The previous CDN had an expired certificate, therefore I updated it to unpkg.com

I came across an instance of this returning the incorrect distance, here is a full code snippet to reproduce: ``` var levenshtein = require('fast-levenshtein'); var a = 'A Microbial communities...

Do we want to consider the [Damerau transposition operation](http://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance), perhaps as a separate function? Note that there is [already an npm module for this calculation](https://npmjs.org/package/levenshtein-damerau) though it seems rough and...

enhancement