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

150 stars
3 watching
24 forks
Language: Ruby
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
globalnamesarchitecture/damerau-levenshteinCalculates edit distance between two strings using the Damerau-Levenshtein algorithm145
wooorm/levenshtein.cAn edit-distance algorithm implementation in C82
colinsurprenant/hotwaterProvides fast string edit distance algorithms with C implementations using FFI bindings in Ruby.80
turnerj/quickenshteinA high-performance Levenshtein Distance calculator with SIMD and threading support.285
mateusza/sqlite-levenshteinA utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm15
nektro/zig-levenCalculates the difference between two strings using the Levenshtein distance algorithm7
roy-ht/editdistanceA fast implementation of Levenshtein distance for calculating string similarity664
agext/levenshteinCalculates Levenshtein distance and similarity metrics between two strings86
agnivade/levenshteinA Go implementation of the Levenshtein distance algorithm for string comparison364
ztane/python-levenshteinFast string computation and similarity functions for text analysis1,265
hbollon/go-edlibA comprehensive Go library for calculating string similarity and edit distances between strings488
daniel-liu-c0deb0t/triple_accelA Rust library providing optimized SIMD-based edit distance routines and string search algorithms with platform-dependent fallbacks.105
danharltey/fastenshteinAn optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET.250
doukremt/distanceLibrary for comparing sequences of characters with various distance metrics.117
tonytonyjan/jaro_winklerAn implementation of the Jaro-Winkler distance algorithm to compare strings195