levenshtein topic

List levenshtein repositories

levenshtein

329
Stars
26
Forks
Watchers

Go implementation to calculate Levenshtein Distance.

dictomaton

129
Stars
9
Forks
Watchers

Finite state dictionaries in Java

simetric

61
Stars
7
Forks
Watchers

String similarity metrics for Elixir

stopwords

136
Stars
25
Forks
Watchers

Removes most frequent words (stop words) from a text content. Based on a Curated list of language statistics.

Levenshtein

231
Stars
15
Forks
Watchers

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

RapidFuzz

2.4k
Stars
108
Forks
Watchers

Rapid fuzzy string matching in Python using various string metrics

rapidfuzz-cpp

213
Stars
35
Forks
Watchers

Rapid fuzzy string matching in C++ using the Levenshtein Distance

jellyfish

2.0k
Stars
156
Forks
Watchers

🪼 a python library for doing approximate and phonetic matching of strings.

didyoumean

203
Stars
10
Forks
Watchers

A CLI spelling corrector for when you're unsure

Quickenshtein

275
Stars
14
Forks
Watchers

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