Repository navigation

#

damerau-levenshtein

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

Python
3458
2 天前

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

Java
2711
3 年前

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

Go
506
3 年前

🔤 Rust implementations of string similarity metrics

Rust
435
1 年前

🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.

Rust
292
5 个月前

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

Python
246
1 年前

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

Ruby
78
3 年前

Java port of SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm

Java
67
4 年前

PySpark phonetic and string matching algorithms

Python
39
1 年前

Get text similarity level with Damerau-Levenshtein distance

PHP
38
3 年前

Fast edit distance Python extension written in Cython/C++. Supports Levenshtein distance and Damerau Optimal String Alignment (OSA) distance.

C++
23
7 个月前

Cython implementation of true Damerau-Levenshtein algorithm.

Python
18
1 年前

String metrics function in golang (levenshtein, damerau-levenshtein, jaro, jaro-winkler and additionally bk-tree) for autocorrect

Go
18
5 年前