-
Notifications
You must be signed in to change notification settings - Fork 417
Commit f97b04b
Update Jaro-Winkler description in README
The previous readme made it same like Jaro-Winkler was the ideal typo detector,
when in actuality it is really only suited for typos caused by unsynchronized
high-speed typing between between both hands but does not account for actual
miskey errors such as hitting the wrong key altogether or advertently pressing
two keys instead of one. This is because Jaro-Winkler operates only on
transpositions and does not favorbly consider a string consisting strictly of
additions or permutitions with letters not already part of the word's alphabet
to be "similar" changes.1 parent 1924ab8 commit f97b04b
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 | - | ||
253 | + | ||
254 | 254 |
| |
255 | 255 |
| |
256 | - | ||
256 | + | ||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
|
0 commit comments