| 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 ... |
| 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. |
| seamusabshere/fuzzy_match |
601 |
|
5,259 |
33 |
over 7 years ago |
18 |
July 14, 2014 |
14 |
mit |
Ruby |
| Find a needle (a document or record) in a haystack using string similarity and (optionally) regular expression rules. Uses Dice's Coefficient (aka Pair Similiarity) and Levenshtein Distance internally. |
| 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... |
| miohtama/python-Levenshtein |
313 |
|
0 |
0 |
almost 9 years ago |
0 |
|
4 |
gpl-2.0 |
C |
| The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity |
| Simmetrics/simmetrics |
253 |
|
0 |
0 |
about 8 years ago |
0 |
|
2 |
apache-2.0 |
Java |
| Similarity or Distance Metrics, e.g. Levenshtein, for Java |
| adrg/strutil |
245 |
|
0 |
73 |
over 2 years ago |
12 |
September 27, 2023 |
3 |
mit |
Go |
| Golang metrics for calculating string similarity and other string utility functions |