edit_distance_normalized

Function edit_distance_normalized 

Source
fn edit_distance_normalized(a: &str, b: &str) -> Result<f32>