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

Can't reproduce same scores with fuzz and process? #38

Open
steve-solun opened this issue Nov 2, 2022 · 0 comments
Open

Can't reproduce same scores with fuzz and process? #38

steve-solun opened this issue Nov 2, 2022 · 0 comments

Comments

@steve-solun
Copy link

I am a bit confused why I am getting different scores:

from thefuzz import fuzz, process

fuzz.ratio("an ecs service for", "chagan-service-2")
> 53

process.extractBests("an ecs service for",
                     ["chagan-service-2"],
                     score_cutoff=56,
                     scorer=fuzz.ratio,
                     limit=1)
>[('chagan-service-2', 65)]

Why do I get different scores?
@josegonzalez @bigtoast @kianmeng @luckymike @egeriis

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