Repository navigation

#

damerau-levenshtein-distance

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

Python
3458
2 天前

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

Rust
292
5 个月前

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
23
4 年前

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

Python
19
3 年前

Cython implementation of true Damerau-Levenshtein algorithm.

Python
18
1 年前

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

Go
11
2 年前

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

JavaScript
11
2 年前

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

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

C#
7
5 年前

Comparison of a few algorithms for computing Damerau–Levenshtein distance

Shell
7
8 个月前

🧸 Tiny optimal string alignment distance library

Scala
4
1 个月前

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

edit distance algos: levenshtien, damerau, and hamming code

Rust
1
3 年前

Calculate the Damerau–Levenshtein distance between strings.

TypeScript
1
4 年前

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