You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
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?
Having the same issue here.
Also, when using the python-Levenshtein speedup, AFAIK there is no autojunk.
This is leading to inconsistent results between the two implementations.
when i matching some short string with long string which is more than 200.
the
partial_ration()
will calldifflib.SequenceMatcher.get_matching_blocks()
, whichautojunk=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
The text was updated successfully, but these errors were encountered: