Repository navigation

#

damerau-levenshtein

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

Python
3493
6 个月前

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
2730
3 年前

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

Go
574
2 个月前

🔤 Rust implementations of string similarity metrics

Rust
452
2 年前

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

Rust
296
1 年前

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

Python
249
4 天前

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

Ruby
77
3 年前

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

Java
67
3 个月前

Get text similarity level with Damerau-Levenshtein distance

PHP
42
4 年前

PySpark phonetic and string matching algorithms

Python
39
2 年前

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

C++
24
4 个月前

Cython implementation of true Damerau-Levenshtein algorithm.

Python
19
2 年前