n8zone / FuzzyMatcher

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

2similar #4

Closed n8zone closed 4 days ago

n8zone commented 4 days ago

Merge changes from 2similar branch.

n8zone commented 4 days ago

2similar adding a manual match resolution for when two strings were too similar.

EG: too_similar

I 'solved' this by adding support for manual resolution.

Though as I write this, I realize that a FuzzyMatching algorithm isn't really intended to return one most similar string. I've been trying to refine the algorithm to work as an autocorrect, which simply isn't the right job for it.