35 results found Sort:

251
3.4k
mit
64
📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
Created 2017-05-05
415 commits to master branch, last one 3 months ago
298
3.2k
mit
71
SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Created 2014-03-25
488 commits to master branch, last one about a month ago
120
2.8k
mit
26
Rapid fuzzy string matching in Python using various string metrics
Created 2020-02-29
816 commits to main branch, last one 4 days ago
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
Created 2014-04-17
245 commits to master branch, last one 2 years ago
Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Created 2018-08-13
294 commits to master branch, last one 20 hours ago
Fuzzy string matching, grouping, and evaluation.
Created 2020-11-21
26 commits to master branch, last one 9 months ago
Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
Created 2018-02-24
125 commits to master branch, last one a day ago
24
488
mit
13
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
Created 2020-08-18
91 commits to master branch, last one 2 years ago
95
467
lgpl-3.0
7
Spelling corrector in python
Created 2020-05-29
252 commits to master branch, last one about a year ago
Go implementation to calculate Levenshtein Distance.
Created 2014-07-30
70 commits to master branch, last one 2 months ago
37
294
other
10
Text2Text Language Modeling Toolkit
Created 2020-03-01
273 commits to master branch, last one 13 days ago
17
292
gpl-2.0
5
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Created 2021-05-19
171 commits to main branch, last one about a month ago
Making the quickest and most memory efficient implementation of Levenshtein Distance with SIMD and Threading support
Created 2020-02-05
292 commits to main branch, last one about a year ago
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
Created 2023-04-13
138 commits to master branch, last one about a month ago
28
228
mit
5
String metrics library written in Go.
Created 2013-11-04
42 commits to master branch, last one 7 months ago
9
208
gpl-3.0
4
A CLI spelling corrector for when you're unsure
Created 2022-04-14
97 commits to main branch, last one 4 months ago
Python BK-tree data structure to allow fast querying of "close" matches
Created 2017-01-31
12 commits to master branch, last one 4 years ago
25
144
other
8
Removes most frequent words (stop words) from a text content. Based on a Curated list of language statistics.
Created 2015-10-16
24 commits to master branch, last one 6 years ago
String Distances in Julia
Created 2015-10-22
400 commits to main branch, last one 8 months ago
16
117
apache-2.0
10
Generic algorithms and data structures for Lazarus/Free Pascal
Created 2018-04-19
3,888 commits to master branch, last one 5 days ago
Port of SeatGeek's fuzzywuzzy
Created 2017-01-25
20 commits to master branch, last one about a month ago
6
110
mit
4
A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.
Created 2022-05-26
34 commits to master branch, last one about a year ago
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Created 2022-09-27
19 commits to main branch, last one about a month ago
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
Created 2016-01-02
1,722 commits to master branch, last one 4 days ago
Enable git-like did-you-mean feature in click :sparkles:
Created 2016-03-13
50 commits to master branch, last one 8 months ago
Levenshtein algorithm in C
Created 2015-05-03
27 commits to main branch, last one 2 years ago
Fast Levenshtein Distance Library for Python 3
Created 2017-11-26
88 commits to master branch, last one 2 years ago
A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard si...
Created 2017-03-02
203 commits to master branch, last one 2 years ago
:triangular_ruler: A Cython implementation of the affine gap string distance
Created 2014-11-19
108 commits to master branch, last one 2 years ago