tdebatty / java-string-similarity

Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
Other
2.69k stars 413 forks source link

Need to update README #43

Closed artslob closed 6 years ago

artslob commented 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;

tdebatty commented 6 years ago

Hi! Thank you for your feedback! And sorry for the long delay! The README is now updated! Best regards!