n8zone / FuzzyMatcher

A FuzzyMatcher algorithm made in Python
0 stars 0 forks source link

Insertion not accounted for #1

Closed n8zone closed 6 days ago

n8zone commented 6 days ago

If a single letter is missing, each letter after will be counted as a 'change'.

Example:

insertion_problem

In this case, if the algorithm properly accounted for inserting a letter, only one change would be required.