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
Implementation of Ratcliff-Obershelp algorithm #55
Closed
denmase closed 4 years ago
Hi,
I've added unit test, and made few cosmetic changes and passed the build, style-check and coverall check as well.
I've edited the README.md as well, but am not an expert to the algorithm and the Big O notation, so perhaps further edit is required.
Thank you