[][src]Module str_distance::token

Structs

TokenSet

A TokenSet distance modifies the distance of its inner DistanceMetric to adjust for differences in word orders and word numbers by comparing the intersection of two str with each str.

TokenSort

TokenSort modifies the inner string distance dist to adjust for differences in word orders by reording words alphabetically.