Module analiticcl::distance[][src]

Functions

common_prefix_length

Computes if the strings share a common prefix, and if so, how long it is

common_suffix_length

Computes if the strings share a common suffix, and if so, how long it is

damerau_levenshtein

Calculates the Damerau-Levenshtein distance between two strings.

levenshtein

Compute levenshtein distance between two normalised strings Returns None if the maximum distance is exceeded

longest_common_substring_length
min4