damerau-levenshtein topic

List damerau-levenshtein repositories

ceja

33
Stars
5
Forks
Watchers

PySpark phonetic and string matching algorithms

textdistance

3.3k
Stars
243
Forks
Watchers

📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.

go-edlib

454
Stars
23
Forks
Watchers

📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...

java-string-similarity

2.7k
Stars
401
Forks
Watchers

Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...

strsim-rs

381
Stars
39
Forks
Watchers

:abc: Rust implementations of string similarity metrics

SymSpell

3.1k
Stars
281
Forks
Watchers

SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm

symspellpy

771
Stars
116
Forks
Watchers

Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm

pyxDamerauLevenshtein

237
Stars
31
Forks
Watchers

pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.

str_metrics

79
Stars
2
Forks
Watchers

Ruby gem (native extension in Rust) providing implementations of various string metrics