/country-matcher

Match a list of free-form text city input against an ISO list of countries using a fuzzymatcher and graph the results

Primary LanguagePython

country-matcher

Match a list of free-form text city input against an ISO list of countries (pycountry) using a fuzzy matcher (fuzzywuzzy) and graph the results using matplotlib

This program assumes that any match with an 80% or greater confidence is a valid match.