| life4/textdistance |
3,249 |
|
14 |
51 |
over 2 years ago |
26 |
September 28, 2023 |
9 |
mit |
Python |
| 📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage. |
| wolfgarbe/SymSpell |
2,970 |
|
0 |
3 |
over 2 years ago |
8 |
February 11, 2022 |
29 |
mit |
C# |
| SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm |
| aceakash/string-similarity |
2,491 |
|
11,322 |
558 |
almost 3 years ago |
12 |
January 06, 2021 |
23 |
mit |
JavaScript |
| Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance. |
| tdebatty/java-string-similarity |
2,417 |
|
142 |
37 |
about 4 years ago |
26 |
May 12, 2020 |
12 |
other |
Java |
| Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ... |
| rapidfuzz/RapidFuzz |
2,186 |
|
0 |
0 |
over 2 years ago |
0 |
|
20 |
mit |
C++ |
| Rapid fuzzy string matching in Python using various string metrics |
| jamesturk/jellyfish |
1,939 |
|
323 |
127 |
over 2 years ago |
42 |
November 17, 2023 |
7 |
mit |
Jupyter Notebook |
| 🪼 a python library for doing approximate and phonetic matching of strings. |
| EddyBorja/MLPAutoCompleteTextField |
1,208 |
|
37 |
0 |
over 6 years ago |
6 |
March 24, 2015 |
55 |
other |
Objective-C |
| UITextfield subclass with autocomplete menu. For iOS. |
| lithammer/fuzzysearch |
1,014 |
|
0 |
388 |
over 2 years ago |
18 |
May 09, 2023 |
8 |
mit |
Go |
| :pig: Tiny and fast fuzzy search in Go |
| xdrop/fuzzywuzzy |
729 |
|
54 |
22 |
over 2 years ago |
13 |
January 23, 2022 |
17 |
gpl-2.0 |
Java |
| Java fuzzy string matching implementation of the well known Python's fuzzywuzzy algorithm. Fuzzy search for Java |
| mammothb/symspellpy |
693 |
|
9 |
25 |
almost 3 years ago |
22 |
October 24, 2022 |
17 |
mit |
Python |
| Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm |