String Similarity Score does not account adjacent character swaps. #17

Open
opened 2026-07-17 18:59:11 +00:00 by kashish · 0 comments
Owner

Adjacent character swaps is one the most common type of typing errors. For example; gihtub instead of github, or acron and acorn.

Normal levenshtien algorithm would see it as two operations to match source and target, where it is actually one operation of a swap. The algorithm should be adjusted/changed altogether to accommodate such cases.

Adjacent character swaps is one the most common type of typing errors. For example; gihtub instead of github, or acron and acorn. Normal levenshtien algorithm would see it as two operations to match source and target, where it is actually one operation of a swap. The algorithm should be adjusted/changed altogether to accommodate such cases.
kashish self-assigned this 2026-07-17 18:59:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
plutolab/kosh#17
No description provided.