How to parse freeform street/postal address out of text, and into components

后端 未结 9 1200
感动是毒
感动是毒 2020-11-22 13:40

We do business largely in the United States and are trying to improve user experience by combining all the address fields into a single text area. But there are a few proble

9条回答
  •  时光取名叫无心
    2020-11-22 14:14

    libpostal: an open-source library to parse addresses, training with data from OpenStreetMap, OpenAddresses and OpenCage.

    https://github.com/openvenues/libpostal (more info about it)

    Other tools/services:

    • http://www.gisgraphy.com Free, open source, and ready to use geocoder and geolocalisation webservices, integrating OpenStreetMap, GeoNames and Quattroshapes.

    • https://github.com/kodapan/osm-common Library for accessing OpenStreetMap services, parsing and processing data.

    • http://wiki.openstreetmap.org/wiki/Nominatim

    • http://address-parser.net/

    • http://geoservices.tamu.edu/Services/AddressNormalization/

提交回复
热议问题