[][src]Function estahr::strings::jaro_winkler_ascii

pub fn jaro_winkler_ascii(str_a: &str, str_b: &str) -> f64

Calculates the Jaro Winkler distance between the two strings.

0 indicates no distance and 1 is the max distance.

Assumes an ascii string.