You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It started out as a simple fuzzywuzzy.fuzz.ratio(s1, s2) and morphed into something uglier after realizing that partial matches on long strings would not yield any results.
Statistics could be used to threshold the fuzz ratio instead of using the absolute method in place now. Would need more filtering/limiting to keep truly insignificant results out of the mix.
I'm up for suggestions, in any case...
The text was updated successfully, but these errors were encountered:
It started out as a simple
fuzzywuzzy.fuzz.ratio(s1, s2)
and morphed into something uglier after realizing that partial matches on long strings would not yield any results.Statistics could be used to threshold the fuzz ratio instead of using the absolute method in place now. Would need more filtering/limiting to keep truly insignificant results out of the mix.
I'm up for suggestions, in any case...
The text was updated successfully, but these errors were encountered: