Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit fuzzy-finding methodology #17

Open
klauer opened this issue Jan 10, 2020 · 0 comments
Open

Revisit fuzzy-finding methodology #17

klauer opened this issue Jan 10, 2020 · 0 comments

Comments

@klauer
Copy link
Contributor

klauer commented Jan 10, 2020

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant