[][src]Module str_distance::levenshtein

Structs

DamerauLevenshtein

Specify a maximum distance. Specifying a maximum distance allows short circuit exit after exceeding the maximum distance and less cell evaluation. It essentially changes the time complexity from being the product of the two string lengths to being just the length of the shorter string

Levenshtein