Closed pierobot closed 7 years ago
At the moment, the implementation uses the levenshtein algorithm. However, its results are very inconsistent.
From my previous C++ project, I found Jaro-Winkler to give much better results.
https://github.com/pierobot/mangapie/commit/cd2bd38135029c1ff7944360ffae26dd2289f57e
At the moment, the implementation uses the levenshtein algorithm. However, its results are very inconsistent.
From my previous C++ project, I found Jaro-Winkler to give much better results.