FuzzyWuzzy: Fuzzy String Matching in Python


FuzzyWuzzy: Fuzzy String Matching in Python | SeatGeek Blog

To achieve this, we’ve built up a library of “fuzzy” string matching routines to help us along. And good news! We’re open sourcing it. The library is called “Fuzzywuzzy”, the code is pure python, and it depends only on the (excellent) difflib python library. It is available on Github right now.

Related Posts