Implementation of string distance algorithms.
More...
Edit distances algorithms for fuzzy matching. Specifically, this library provides:
Levenshtein d = new Levenshtein(); print(d.distance('witch', 'kitsch')); // 2
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
quiver_iterables
Packages that depend on edit_distance
Back