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:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
fuzzywuzzy provides two different versions
you will get the same results as with rapidfuzz |
Beta Was this translation helpful? Give feedback.
fuzzywuzzy provides two different versions
fuzzywuzzy
andfuzzywuzzy['speedup']
. If you installfuzzywuzzy['speedup']
:you will get the same results as with rapidfuzz