Jaro-Winkler distance: Difference between revisions

m
changed matches == 0 to !matches
(Added TypeScript implementation)
m (changed matches == 0 to !matches)
Line 2,530:
}
}
if (!matches == 0){
return 1.0
}
Anonymous user