seatgeek / fuzzywuzzy

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

Disable automatic junk heuristic of difflib #303

Closed maxbachmann closed 2 years ago

maxbachmann commented 3 years ago

The auto junk heuristic leads to incorrect results, which can be fixed by disabling it.

This fixes #214, #224, #264 and #279

maxbachmann commented 2 years ago

This repository is not maintained anymore