Is there a way to get the same results as FuzzyWuzzy with WRatio #228
|
Hey! I'm trying to replace fuzzywuzzy with rapidfuzz as it saves literal minutes of runtime on my code, but was hoping to get the same results. However, there are discrepancies of almost 10 points with some comparisons. Here's an example With the output being: and fuzzywuzzy with the output being: Some of the code matches, but a good half doesn't, is there something I could do to get it to match? NOTES:
|
Answered by
maxbachmann
Jun 22, 2022
Replies: 1 comment 1 reply
|
fuzzywuzzy provides two different versions you will get the same results as with rapidfuzz |
1 reply
Answer selected by
maxbachmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fuzzywuzzy provides two different versions
fuzzywuzzyandfuzzywuzzy['speedup']. If you installfuzzywuzzy['speedup']:you will get the same results as with rapidfuzz