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

Is there any arg or switch that I can use case insensitive in ratio/partial_ratio? #219

Closed MMmaomao closed 5 years ago

MMmaomao commented 5 years ago

Thanks

josegonzalez commented 5 years ago

No. You can pre-normalize your data and send it in if thats useful.

MMmaomao commented 5 years ago

Thanks