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
7 stars
3 watching
0 forks
Language: Zig
last commit: 2 months ago
Linked from 1 awesome list
zigzig-package
Related projects:
Repository | Description | Stars |
---|---|---|
agnivade/levenshtein | A Go implementation of the Levenshtein distance algorithm for string comparison | 359 |
globalnamesarchitecture/damerau-levenshtein | Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 144 |
mateusza/sqlite-levenshtein | A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |
wooorm/levenshtein.c | An edit-distance algorithm implementation in C | 82 |
turnerj/quickenshtein | A high-performance Levenshtein Distance calculator with SIMD and threading support. | 284 |
dbalatero/levenshtein-ffi | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 149 |
sindresorhus/leven | A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 715 |
ztane/python-levenshtein | Fast string computation and similarity functions for text analysis | 1,263 |
agext/levenshtein | Calculates Levenshtein distance and similarity metrics between two strings | 86 |
doukremt/distance | Library for comparing sequences of characters with various distance metrics. | 117 |
schneems/going_the_distance | A Ruby library implementing algorithms for calculating the cost of changing one word into another | 61 |
lexmag/simetric | Facilities to calculate the distance and similarity between strings using various algorithms | 61 |
hbollon/go-edlib | A comprehensive Go library for calculating string similarity and edit distances between strings | 481 |
nektro/zig-range | A utility function to iterate over a sequence of numbers without an additional loop variable | 14 |
pkinney/distance | Provides functions to calculate distances between points and lines in 2D and 3D spaces | 62 |