NormalizedLevenshtein
class NormalizedLevenshtein
This distance is computed as levenshtein distance divided by the length of the longest string. The resulting value is always in the interval 0 to 1.
This distance is computed as levenshtein distance divided by the length of the longest string. The resulting value is always in the interval 0 to 1.