Repository navigation

#

damerau-levenshtein-distance

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

Python
3493
6 个月前

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

Rust
296
1 年前

Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.

C
24
4 年前

Sequence clustering using k-means with dynamic time warping (DTW) and Damerau-Levenshtein distance as similarity measures

Python
20
3 年前

Cython implementation of true Damerau-Levenshtein algorithm.

Python
19
2 年前

This repo has been migrated to https://code.larus.se/lmas/Damerau-Levenshtein

Go
12
2 年前

NPM package that calculates synchronously or asynchronously the Damerau-Levenshtein distance between strings

JavaScript
12
3 年前

A highly efficient, isomorphic, full-featured, multilingual text search engine library, providing full-text search, fuzzy matching, phonetic scoring, document indexing and more, with micro JSON state hydration/dehydration in-browser and server-side.

TypeScript
10
2 年前

Comparison of a few algorithms for computing Damerau–Levenshtein distance

Shell
8
1 年前

String.Search is a simple library to implement a full text search with given patterns.

C#
7
5 年前

🧸 Tiny optimal string alignment distance library

Scala
5
12 天前

IEnumerableCorrelater knows to compare two IEnumerables or strings. It returns the distance between them, and returns two arrays which represent their "best match". IEnumerableCorrelater can be used to create diff tools.

C#
2
4 年前

edit distance algos: levenshtien, damerau, and hamming code

Rust
1
4 年前

Calculate the Damerau–Levenshtein distance between strings.

TypeScript
1
5 年前

Cython extension modules for Levenshtein-distance, Jaro-Winkler-distance, Damerau-Levenshtein-distance, Hamming-distance

Python
1
3 年前

This repository implements a brute-force spellchecker utilizing the Damerau-Levenshtein edit distance.

Python
1
4 年前