edit_distance 0.5.0-nullsafety.0 copy "edit_distance: ^0.5.0-nullsafety.0" to clipboard
edit_distance: ^0.5.0-nullsafety.0 copied to clipboard

Implementation of string distance algorithms for advanced text comparison.

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
150
points
7.42k
downloads

Publisher

unverified uploader

Weekly Downloads

Implementation of string distance algorithms for advanced text comparison.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on edit_distance