Python - Check spelling of city names with Google Maps API
问题 I have about 100,000 unique city names and many of them have spelling mistakes (bad scanning, bad ocr, many european names with special characters, etc...). Can I write a loop in python to check cities one by one with google maps, to see if the spelling is correct? E.g. if I send "nev york", I want to receive something like "Did you mean: New York". I've already done lots of things such as matching with a list and then calculating the levenshtein distance, etc. 回答1: i just found out about