fuzzy_string 1.0.0 copy "fuzzy_string: ^1.0.0" to clipboard
fuzzy_string: ^1.0.0 copied to clipboard

A package implementing some fuzzy string matching algorithms.

Fuzzy matching string algorithms

String s1;
String s2;

FuzzyStringMatcher matcher = SmithWaterman();

int score = matcher.similarity(s1, s2); 
// score is between 0 and 1
double score = matcher.normalSimilarity(s1, s2);
1
likes
135
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package implementing some fuzzy string matching algorithms.

Repository (GitHub)
View/report issues

License

Unlicense (license)

More

Packages that depend on fuzzy_string