damerau-levenshtein

Edit distance calculator

Calculates edit distance between two strings using the Damerau-Levenshtein algorithm

Calculates edit distance using Damerau-Levenshtein algorithm

GitHub

145 stars
7 watching
19 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
dbalatero/levenshtein-ffiFast string edit distance computation using the Damerau-Levenshtein algorithm150
wooorm/levenshtein.cAn edit-distance algorithm implementation in C82
nektro/zig-levenCalculates the difference between two strings using the Levenshtein distance algorithm7
mateusza/sqlite-levenshteinA utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm15
agnivade/levenshteinA Go implementation of the Levenshtein distance algorithm for string comparison364
agext/levenshteinCalculates Levenshtein distance and similarity metrics between two strings86
roy-ht/editdistanceA fast implementation of Levenshtein distance for calculating string similarity664
turnerj/quickenshteinA high-performance Levenshtein Distance calculator with SIMD and threading support.285
colinsurprenant/hotwaterProvides fast string edit distance algorithms with C implementations using FFI bindings in Ruby.80
hbollon/go-edlibA comprehensive Go library for calculating string similarity and edit distances between strings488
doukremt/distanceLibrary for comparing sequences of characters with various distance metrics.117
tcrouch/edits.crA collection of edit distance algorithms and similarity measures for text sequences16
daniel-liu-c0deb0t/triple_accelA Rust library providing optimized SIMD-based edit distance routines and string search algorithms with platform-dependent fallbacks.105
schneems/going_the_distanceA Ruby library implementing algorithms for calculating the cost of changing one word into another61
sindresorhus/levenA JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity.718