Where is a good Address Parser [closed]
The Googlemaps API works pretty well for this. E.g., suppose you are given the string “120 w 45 st nyc”. Pass it into the Googlemaps API like so: http://maps.google.com/maps/geo?q=120+w+45+st+nyc and you get this response: { “name”: “120 w 45 st nyc”, “Status”: { “code”: 200, “request”: “geocode” }, “Placemark”: [ { “id”: “p1”, “address”: “120 … Read more