Python Tutorial

Monday, November 19, 2012

Python FuzzyWuzzy : string matching


FuzzyWuzzy find Levenshtein distance between strings. It is very handy for dealing with human-generated data.

Install:
pip install -e git+git://github.com/seatgeek/fuzzywuzzy.git#egg=fuzzywuzzy

0 comments:

Post a Comment