| 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. |
| 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 ... |
| 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 |
| luozhouyang/python-string-similarity |
666 |
|
0 |
41 |
over 4 years ago |
12 |
September 10, 2021 |
2 |
mit |
Python |
| A library implementing different string similarity and distance measures using Python. |
| hiddentao/fast-levenshtein |
480 |
|
452,614 |
1,441 |
over 5 years ago |
20 |
July 22, 2020 |
7 |
mit |
JavaScript |
| Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support. |
| rockymadden/stringmetric |
475 |
|
22 |
7 |
over 8 years ago |
4 |
March 26, 2014 |
22 |
|
Scala |
| :dart: String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein). |
| feature23/StringSimilarity.NET |
401 |
|
9 |
19 |
over 2 years ago |
13 |
November 27, 2023 |
2 |
other |
C# |
| A .NET port of java-string-similarity |
| hbollon/go-edlib |
331 |
|
0 |
33 |
almost 4 years ago |
18 |
January 31, 2022 |
1 |
mit |
Go |
| 📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc... |
| xrash/smetrics |
208 |
|
40 |
2,435 |
over 2 years ago |
7 |
December 16, 2020 |
1 |
mit |
Go |
| String metrics library written in Go. |