edit-distance topic

List edit-distance repositories

edlib

489
Stars
159
Forks
Watchers

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.

Quickenshtein

275
Stars
14
Forks
Watchers

Making the quickest and most memory efficient implementation of Levenshtein Distance with SIMD and Threading support

go-edlib

457
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...

strsim-rs

381
Stars
39
Forks
Watchers

:abc: Rust implementations of string similarity metrics

Buffer

349
Stars
13
Forks
Watchers

Swift μ-framework for efficient array diffs and datasource adapters.

SymSpell

3.1k
Stars
281
Forks
Watchers

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

symspellpy

772
Stars
116
Forks
Watchers

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

PolyFuzz

718
Stars
66
Forks
Watchers

Fuzzy string matching, grouping, and evaluation.

js-levenshtein

447
Stars
35
Forks
Watchers

The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

Algorithms-Study-Group

93
Stars
32
Forks
Watchers

Study group for algorithms in Ruby, hosted at App Academy