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

Is there somewhere I can find out what the different methods do? #104

Open
ralphcook opened this issue May 26, 2023 · 2 comments
Open

Is there somewhere I can find out what the different methods do? #104

ralphcook opened this issue May 26, 2023 · 2 comments

Comments

@ralphcook
Copy link

I'm not familiar with the Python version of this; I gather from the readme that there are several different method calls that do different things with matching. I've found:

ratio
partialRatio
various tokenX methods
weightedRatio
various extractX methods

I generated the javadoc, but that didn't explain what these different methods do. I think the fuzzy matching could be very useful in what I'm doing, but just using ratio is a bit limiting, and I don't know what the other ones do. Is there documentation of what these things mean and do somewhere?

@dodinh
Copy link

dodinh commented Apr 15, 2024

This is likely not relevant for you anymore - but for anyone who has the same question (like me), this article neatly explained most of the differences: https://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/

Mind, this is about the Python version (which should be the same in terms of naming).

@ralphcook
Copy link
Author

Very helpful -- thanks.

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

2 participants