zig-leven

Distance calculator

Calculates the difference between two strings using the Levenshtein distance algorithm

Measure the difference between two slices using the Levenshtein distance algorithm

GitHub

7 stars
3 watching
0 forks
Language: Zig
last commit: about 2 years ago
Linked from 1 awesome list

zigzig-package

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
agnivade/levenshteinA Go implementation of the Levenshtein distance algorithm for string comparison364
globalnamesarchitecture/damerau-levenshteinCalculates edit distance between two strings using the Damerau-Levenshtein algorithm145
mateusza/sqlite-levenshteinA utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm15
wooorm/levenshtein.cAn edit-distance algorithm implementation in C82
turnerj/quickenshteinA high-performance Levenshtein Distance calculator with SIMD and threading support.285
dbalatero/levenshtein-ffiFast string edit distance computation using the Damerau-Levenshtein algorithm150
sindresorhus/levenA JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity.718
ztane/python-levenshteinFast string computation and similarity functions for text analysis1,265
agext/levenshteinCalculates Levenshtein distance and similarity metrics between two strings86
doukremt/distanceLibrary for comparing sequences of characters with various distance metrics.117
schneems/going_the_distanceA Ruby library implementing algorithms for calculating the cost of changing one word into another61
lexmag/simetricFacilities to calculate the distance and similarity between strings using various algorithms61
hbollon/go-edlibA comprehensive Go library for calculating string similarity and edit distances between strings488
nektro/zig-rangeA utility function to iterate over a sequence of numbers without an additional loop variable14
pkinney/distanceProvides functions to calculate distances between points and lines in 2D and 3D spaces62