Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Java String Similarity | 2,417 | 142 | 37 | 3 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 ... | ||||||||||
Fuzzysearch | 1,014 | 388 | a year ago | 18 | May 09, 2023 | 8 | mit | Go | ||
:pig: Tiny and fast fuzzy search in Go | ||||||||||
Python String Similarity | 666 | 41 | 3 years ago | 12 | September 10, 2021 | 2 | mit | Python | ||
A library implementing different string similarity and distance measures using Python. | ||||||||||
Fast Levenshtein | 480 | 452,614 | 1,441 | 4 years ago | 20 | July 22, 2020 | 7 | mit | JavaScript | |
Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support. | ||||||||||
Stringmetric | 475 | 22 | 7 | 7 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). | ||||||||||
Stringsimilarity.net | 401 | 9 | 19 | a year ago | 13 | November 27, 2023 | 2 | other | C# | |
A .NET port of java-string-similarity | ||||||||||
Go Edlib | 331 | 33 | 2 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... | ||||||||||
Smetrics | 208 | 40 | 2,435 | a year ago | 7 | December 16, 2020 | 1 | mit | Go | |
String metrics library written in Go. | ||||||||||
Golang Levenshtein | 130 | 108 | 368 | 3 years ago | 4 | October 07, 2021 | mit | Go | ||
An implementation of the Levenshtein algorithm in Go. Provides edit distances and edit scripts. | ||||||||||
Ukkonen | 126 | 6 | a year ago | 6 | December 19, 2022 | mit | JavaScript | |||
Ukkonen's Approximate String Matching algorithm |