edit_distance 0.2.1 copy "edit_distance: ^0.2.1" to clipboard
edit_distance: ^0.2.1 copied to clipboard

outdatedDart 1 only

Implementation of string distance algorithms.

edit_distance #

Build Status

Implementation of string distance algorithms.

Description #

Edit distances algorithms for fuzzy matching. Specifically, this library provides:

Examples #

Levenshtein d = new Levenshtein();
print(d.distance('witch', 'kitsch')); // 2
27
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Implementation of string distance algorithms.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

quiver_iterables

More

Packages that depend on edit_distance