python-Levenshtein
String comparator
Fast string computation and similarity functions for text analysis
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
1k stars
30 watching
155 forks
Language: C
last commit: over 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mateusza/sqlite-levenshtein | A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm | 15 |
hbollon/go-edlib | A comprehensive Go library for calculating string similarity and edit distances between strings | 481 |
nektro/zig-leven | Calculates the difference between two strings using the Levenshtein distance algorithm | 7 |
agext/levenshtein | Calculates Levenshtein distance and similarity metrics between two strings | 86 |
turnerj/quickenshtein | A high-performance Levenshtein Distance calculator with SIMD and threading support. | 284 |
wooorm/levenshtein.c | An edit-distance algorithm implementation in C | 82 |
doukremt/distance | Library for comparing sequences of characters with various distance metrics. | 117 |
rapidfuzz/rapidfuzz-cpp | A C++ library for fast string matching using the Levenshtein Distance algorithm | 244 |
dbalatero/levenshtein-ffi | Fast string edit distance computation using the Damerau-Levenshtein algorithm | 149 |
agnivade/levenshtein | A Go implementation of the Levenshtein distance algorithm for string comparison | 359 |
danharltey/fastenshtein | An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. | 248 |
globalnamesarchitecture/damerau-levenshtein | Calculates edit distance between two strings using the Damerau-Levenshtein algorithm | 144 |
sindresorhus/leven | A JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity. | 715 |
lexmag/simetric | Facilities to calculate the distance and similarity between strings using various algorithms | 61 |
roy-ht/editdistance | A fast implementation of Levenshtein distance for calculating string similarity | 661 |