levenshtein topic
levenshtein
Go implementation to calculate Levenshtein Distance.
dictomaton
Finite state dictionaries in Java
simetric
String similarity metrics for Elixir
stopwords
Removes most frequent words (stop words) from a text content. Based on a Curated list of language statistics.
Levenshtein
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
RapidFuzz
Rapid fuzzy string matching in Python using various string metrics
rapidfuzz-cpp
Rapid fuzzy string matching in C++ using the Levenshtein Distance
jellyfish
🪼 a python library for doing approximate and phonetic matching of strings.
didyoumean
A CLI spelling corrector for when you're unsure
Quickenshtein
Making the quickest and most memory efficient implementation of Levenshtein Distance with SIMD and Threading support