Merlin_sherlodoc.Name_cost
SourceUtilities for calculating distances between names.
distance ?cutoff a b
returns the Damerau-Levenshtein between a
and b
.
distance_of_substring ?cutoff a b
compute the distance by extracting relevant substring from b
best_distance ?cutoff words entry
compute the best distance of a list of string according to a given string.