35 results found Sort:
- Filter by Primary Language:
- Python (8)
- Go (6)
- C# (4)
- Rust (3)
- TypeScript (2)
- C++ (2)
- Java (2)
- C (2)
- Pascal (1)
- Elixir (1)
- Cython (1)
- Scala (1)
- Julia (1)
- +
📐 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
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
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
📚 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
Spelling corrector in python
Created
2020-05-29
252 commits to master branch, last one about a year ago
A .NET port of java-string-similarity
Created
2016-08-07
100 commits to main branch, last one 4 months ago
Go implementation to calculate Levenshtein Distance.
Created
2014-07-30
70 commits to master branch, last one 2 months ago
Text2Text Language Modeling Toolkit
Created
2020-03-01
273 commits to master branch, last one 13 days ago
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
String metrics library written in Go.
Created
2013-11-04
42 commits to master branch, last one 7 months ago
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
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
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
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...
jaro
ngram
jaccard
soundex
levenshtein
jaro-winkler
hacktoberfest
jaro-distance
fuzzy-matching
dice-coefficient
hamming-distance
cosine-similarity
soundex-algorithm
string-similarity
jaccard-similarity
levenshtein-distance
jaro-winkler-distance
sorensen-dice-distance
cosine-similarity-scores
longest-common-subsequence
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