🎯 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, ...
🔤 Rust implementations of string similarity metrics
Go metrics for calculating string similarity and other string utility functions
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
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...
Ruby gem (native extension in Rust) providing implementations of various string metrics
Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity
Distance/Similarity functions for Bag of Words, Strings, Vectors and more.
#算法刷题#A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts
String metrics function in golang (levenshtein, damerau-levenshtein, jaro, jaro-winkler and additionally bk-tree) for autocorrect
Edit distance algorithms inc. Jaro, Damerau-Levenshtein, and Optimal Alignment
#自然语言处理#An Implementation of Jaro Distance Algorithm by Matthew A. Jaro
A text similarity metric library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro, etc) to other metrics, (e.g Soundex, Chapman). This library is compiled based on the .NET standard with a lot of ...
jSimilarity is a library that implements various similarity measures
#算法刷题#A string similarity utility that uses the Jaro-Winkler algorithm
Edit distance algorithms inc. Jaro, Damerau-Levenshtein, and Optimal Alignment
A measure of distance between words with the Jaro-Winkler algorithm
Just some implementations of word distance functions.