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
Besides the matched score, I also need the matched segment. Using rapidfuzz.fuzz.partial_ratio_alignment, I can get the segment range postions. But in my python project, I use the "extract" method to find the best matches in a list of choices, the function only get matched score, whichi ignores the string segment positional information. the default running engine is cpp, so I can't do much.., if changing to 'python', run time is another question. So, I submit it here...thx
The text was updated successfully, but these errors were encountered:
Besides the matched score, I also need the matched segment. Using rapidfuzz.fuzz.partial_ratio_alignment, I can get the segment range postions. But in my python project, I use the "extract" method to find the best matches in a list of choices, the function only get matched score, whichi ignores the string segment positional information. the default running engine is cpp, so I can't do much.., if changing to 'python', run time is another question. So, I submit it here...thx
The text was updated successfully, but these errors were encountered: