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.

Levenshtein Distance

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

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.

Link copied to clipboard

Compute the similarity between two string. Corresponds to 1.0 - normalized distance.