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

Add score_cutoff to 'extract' method in 'process' #269

Open skvrahul opened 4 years ago

skvrahul commented 4 years ago

@garetht I saw that all the other functions had the score_cutoff parameter implemented except 'process' so I decided to add. Could you have a look at this?