algorithms/token_set library
Classes
Functions
-
tokenSetPartialRatio(
String s1, String s2, {double scoreCutoff = 0.0}) → double - Calculates partial token set ratio using the partial ratio algorithm
-
tokenSetRatio(
String s1, String s2, {double scoreCutoff = 0.0}) → double - Calculates token set ratio using the ratio algorithm