levenshtein-ffi

Edit distance calculator

Fast string edit distance computation using the Damerau-Levenshtein algorithm

Fast string edit distance computation, using the Damerau-Levenshtein algorithm.

GitHub

149 stars
3 watching
24 forks
Language: Ruby
last commit: 6 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
globalnamesarchitecture/damerau-levenshtein Calculates edit distance between two strings using the Damerau-Levenshtein algorithm 144
wooorm/levenshtein.c An edit-distance algorithm implementation in C 82
colinsurprenant/hotwater Fast Ruby FFI bindings for efficient string edit distance algorithms 81
turnerj/quickenshtein A high-performance Levenshtein Distance calculator with SIMD and threading support. 284
mateusza/sqlite-levenshtein A utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm 15
nektro/zig-leven Calculates the difference between two strings using the Levenshtein distance algorithm 7
roy-ht/editdistance A fast implementation of Levenshtein distance for calculating string similarity 661
agext/levenshtein Calculates Levenshtein distance and similarity metrics between two strings 86
agnivade/levenshtein A Go implementation of the Levenshtein distance algorithm for string comparison 359
ztane/python-levenshtein Fast string computation and similarity functions for text analysis 1,263
hbollon/go-edlib A comprehensive Go library for calculating string similarity and edit distances between strings 481
daniel-liu-c0deb0t/triple_accel A Rust library providing optimized SIMD-based edit distance routines and string search algorithms with platform-dependent fallbacks. 104
danharltey/fastenshtein An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. 248
doukremt/distance Library for comparing sequences of characters with various distance metrics. 117
tonytonyjan/jaro_winkler An implementation of the Jaro-Winkler distance algorithm to compare strings 195