leven

String distance measure

A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity.

Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm

GitHub

718 stars
14 watching
27 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
turnerj/quickenshteinA high-performance Levenshtein Distance calculator with SIMD and threading support.285
agext/levenshteinCalculates Levenshtein distance and similarity metrics between two strings86
nektro/zig-levenCalculates the difference between two strings using the Levenshtein distance algorithm7
mateusza/sqlite-levenshteinA utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm15
agnivade/levenshteinA Go implementation of the Levenshtein distance algorithm for string comparison364
feature23/stringsimilarity.netA .NET port of Java string similarity library implementing various distance and similarity measures452
sindresorhus/string-lengthCorrects string length counting by ignoring astral symbols and ANSI escape codes.163
wooorm/levenshtein.cAn edit-distance algorithm implementation in C82
sindresorhus/string-widthCalculates the visual width of a string based on its Unicode characters and formatting options483
roy-ht/editdistanceA fast implementation of Levenshtein distance for calculating string similarity664
doukremt/distanceLibrary for comparing sequences of characters with various distance metrics.117
globalnamesarchitecture/damerau-levenshteinCalculates edit distance between two strings using the Damerau-Levenshtein algorithm145
lexmag/simetricFacilities to calculate the distance and similarity between strings using various algorithms61
tdebatty/java-string-similarityA Java library implementing various string similarity and distance measures.2,697
ztane/python-levenshteinFast string computation and similarity functions for text analysis1,265