Function jaro_winkler::jaro_winkler

source ·
pub fn jaro_winkler(left_: &str, right_: &str) -> f64
Expand description

Calculates the Jaro-Winkler distance of two strings.

The return value is between 0.0 and 1.0, where 1.0 means the strings are equal.