fuzzywuzzy icon indicating copy to clipboard operation
fuzzywuzzy copied to clipboard

partial_ratio() for the long str

Open liuyindyx opened this issue 5 years ago • 1 comments

when i matching some short string with long string which is more than 200. the partial_ration() will call difflib.SequenceMatcher.get_matching_blocks(), which autojunk=True.

so i can't get the right result. can i pass this parameter to sequenceMatcher?

same question in stack overflow: https://stackoverflow.com/questions/51941303/get-matching-blocks-of-sequencematcher-when-match-long-string/51941787#51941787

liuyindyx avatar Aug 21 '18 05:08 liuyindyx