distance

Sequence comparator

Library for comparing sequences of characters with various distance metrics.

Levenshtein and Hamming distance computation

GitHub

117 stars
5 watching
17 forks
Language: C
last commit: almost 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
wooorm/levenshtein.cAn edit-distance algorithm implementation in C82
globalnamesarchitecture/damerau-levenshteinCalculates edit distance between two strings using the Damerau-Levenshtein algorithm145
roy-ht/editdistanceA fast implementation of Levenshtein distance for calculating string similarity664
hbollon/go-edlibA comprehensive Go library for calculating string similarity and edit distances between strings488
nektro/zig-levenCalculates the difference between two strings using the Levenshtein distance algorithm7
ztane/python-levenshteinFast string computation and similarity functions for text analysis1,265
mateusza/sqlite-levenshteinA utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm15
agext/levenshteinCalculates Levenshtein distance and similarity metrics between two strings86
agnivade/levenshteinA Go implementation of the Levenshtein distance algorithm for string comparison364
turnerj/quickenshteinA high-performance Levenshtein Distance calculator with SIMD and threading support.285
tcrouch/edits.crA collection of edit distance algorithms and similarity measures for text sequences16
sindresorhus/levenA JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity.718
dbalatero/levenshtein-ffiFast string edit distance computation using the Damerau-Levenshtein algorithm150
schneems/going_the_distanceA Ruby library implementing algorithms for calculating the cost of changing one word into another61
mkusner/wmdCalculates a measure of document similarity based on word embeddings538