Function analiticcl::distance::levenshtein[][src]

pub fn levenshtein(
    a: &[CharIndexType],
    b: &[CharIndexType],
    max_distance: CharIndexType
) -> Option<CharIndexType>

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