Jaro-Winkler distance: Difference between revisions

→‎{{header|Wren}}: Fixed a bug in the Jaro similarity routine.
m (remove spaces, redo output)
(→‎{{header|Wren}}: Fixed a bug in the Jaro similarity routine.)
Line 710:
}
}
transpos = (transpos / 2).floor
return (matches/le1 + matches/le2 + (matches - transpos)/matches) / 3
}
Line 780:
Misspelt word: publically:
0.0800 public
0.1325 pullback
0.1327 publication
0.1400 pull
0.13251492 pullback
 
Misspelt word: recieve:
Line 796:
0.0917 separate
0.1042 temperate
0.1048 repartee
0.1167 selenate
0.1167 sept
0.1167 sewerage
 
Misspelt word: untill:
9,479

edits