seatgeek / fuzzywuzzy

Fuzzy String Matching in Python
http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/
GNU General Public License v2.0
9.21k stars 874 forks source link

[Query] Get the matching tokens set #253

Closed sidgitind closed 4 years ago

sidgitind commented 4 years ago

Hi,Thanks for this wonderful library. I am using token_set_ratio for my task. If there is a match beyond a threshold, I want to get the matching tokens also. Is there a way to get the matching tokens list from token_set_ratio?

sidgitind commented 4 years ago

The answer to my query is in this stackover flow questions. So closing the issue.

https://stackoverflow.com/questions/59269148/get-the-list-of-matching-token-from-fuzzywuzzy/59269558#59269558