editdistance

String Distance Library

A fast implementation of Levenshtein distance for calculating string similarity

Fast implementation of the edit distance(Levenshtein distance)

GitHub

664 stars
18 watching
62 forks
Language: C++
last commit: over 2 years ago

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
agext/levenshteinCalculates Levenshtein distance and similarity metrics between two strings86
dbalatero/levenshtein-ffiFast string edit distance computation using the Damerau-Levenshtein algorithm150
turnerj/quickenshteinA high-performance Levenshtein Distance calculator with SIMD and threading support.285
doukremt/distanceLibrary for comparing sequences of characters with various distance metrics.117
daniel-liu-c0deb0t/triple_accelA Rust library providing optimized SIMD-based edit distance routines and string search algorithms with platform-dependent fallbacks.105
sindresorhus/levenA JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity.718
colinsurprenant/hotwaterProvides fast string edit distance algorithms with C implementations using FFI bindings in Ruby.80
tcrouch/edits.crA collection of edit distance algorithms and similarity measures for text sequences16
mateusza/sqlite-levenshteinA utility extension for computing string similarities between two sequences using the Levenshtein distance algorithm15
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
agnivade/levenshteinA Go implementation of the Levenshtein distance algorithm for string comparison364
feature23/stringsimilarity.netA .NET port of Java string similarity library implementing various distance and similarity measures452