33 results found Sort:

244
3.3k
mit
65
📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
Created 2017-05-05
406 commits to master branch, last one 2 months ago
282
3.1k
mit
71
SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Created 2014-03-25
485 commits to master branch, last one 2 months 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
109
2.5k
mit
24
Rapid fuzzy string matching in Python using various string metrics
Created 2020-02-29
782 commits to main branch, last one 22 hours ago
Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Created 2018-08-13
261 commits to master branch, last one 3 months ago
Fuzzy string matching, grouping, and evaluation.
Created 2020-11-21
26 commits to master branch, last one 3 months ago
Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
Created 2018-02-24
124 commits to master branch, last one 3 months ago
23
462
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 about a year ago
78
439
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
65 commits to master branch, last one about a year 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 11 months ago
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
Created 2023-04-13
125 commits to master branch, last one about a year ago
15
243
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
164 commits to main branch, last one 2 months ago
26
221
mit
5
String metrics library written in Go.
Created 2013-11-04
42 commits to master branch, last one about a month ago
9
203
gpl-3.0
4
A CLI spelling corrector for when you're unsure
Created 2022-04-14
95 commits to main branch, last one 16 hours ago
Python BK-tree data structure to allow fast querying of "close" matches
Created 2017-01-31
12 commits to master branch, last one 3 years ago
25
137
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 5 years ago
String Distances in Julia
Created 2015-10-22
400 commits to main branch, last one 2 months ago
Port of SeatGeek's fuzzywuzzy
Created 2017-01-25
19 commits to master branch, last one 4 years ago
6
109
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
16
108
apache-2.0
10
Generic algorithms and data structures for Lazarus/Free Pascal
Created 2018-04-19
3,723 commits to master branch, last one a day ago
Enable git-like did-you-mean feature in click :sparkles:
Created 2016-03-13
50 commits to master branch, last one 3 months ago
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
Created 2016-01-02
1,650 commits to master branch, last one 2 days ago
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
Created 2022-09-27
17 commits to main branch, last one 2 months ago
Levenshtein algorithm in C
Created 2015-05-03
27 commits to main branch, last one about a year ago
Fast Levenshtein Distance Library for Python 3
Created 2017-11-26
88 commits to master branch, last one about a year 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