Package: postgresql-15-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2203 Depends: postgresql-15, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Breaks: postgresql-15-jit-llvm (<< 15), postgresql-15-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-15-address-standardizer_3.7.0-1.pgdg22.04+1_amd64.deb Size: 565160 SHA512: b484da43ec19e77fd4b8e472f2a8e75e89184942ecae943169ad117d0ac1dc7d6aa0f239945b7d4db7be7f99d668a09c60deea6776165330446f49b71c09745e SHA256: 53c3a0351c3c813b85a9bb6b7dccee9cc4dad078464116ef6874f2200b4c7951 SHA1: f54b149ef102463e1918faabded3aaf0f4823ce4 MD5sum: a3ddd11ff563b2e555ccad88e137b9d1 Description: Postgres extension to parse a US street address string Address_standardizer is a Postgres extension to parse a US street address string into its component parts. . The parser works from right to left looking first at the macro elements for postcode, state/province, city, and then looks micro elements to determine if we are dealing with a house number street or intersection or landmark. It currently does not look for a country code or name, but that could be introduced in the future.