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 process.extractBests example #252

Open elena opened 4 years ago

elena commented 4 years ago

Remiss not to include example of extremely useful process.extractBests -- easiest way to implement score_cutoff.

Linter also picked up some dead white space.