levenshtein-distance topic

List levenshtein-distance repositories

levenshtein

329
Stars
26
Forks
Watchers

Go implementation to calculate Levenshtein Distance.

js-string-comparison

43
Stars
3
Forks
Watchers

🤠A library implementing different string similarity using JavaScript.

stopwords

136
Stars
25
Forks
Watchers

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

polyleven

77
Stars
10
Forks
Watchers

Fast Levenshtein Distance Library for Python 3

pyspellchecker

680
Stars
99
Forks
Watchers

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/

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

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