Loading...
Terminal window
docker pull senzing/libpostal-docker:latest
docker run -it senzing/libpostal-docker:latest address_parser
> "781 Franklin Ave Crown Heights Brooklyn NY"
{
"house_number": "781",
"road": "Franklin Ave",
"suburb": "Crown Heights",
"city_district": "Brooklyn",
"state": "NY"
}

Author: David Wong @ World Warrior

Permalink: http://localhost:4321/blog/2026-01-20-libpostal/

Title: Libpostal Docker for Address Parsing

License: All articles on this blog are licensed under the BY-NC-SA license agreement unless otherwise stated. Please indicate the source when reprinting!