Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
2.69k
stars
413
forks
source link
Need to update README #43
Closed
artslob closed 6 years ago
In README paragraph: https://github.com/tdebatty/java-string-similarity#shingle-n-gram-based-algorithms There are import of classes that does not exist already: import info.debatty.java.stringsimilarity.KShingling; import info.debatty.java.stringsimilarity.StringProfile;