Package: postgresql-12-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2194 Depends: postgresql-12, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Breaks: postgresql-12-jit-llvm (<< 15), postgresql-12-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-12-address-standardizer_3.7.0-1.pgdg22.04+1_amd64.deb Size: 562976 SHA512: bcbf6f802a13102624320e3c217d1f9cd01feace74bb6e5c2bfda375d4da31eb8612a882f0f8bc38dc8331d3863cd5e32ef23449faa51fdaf11b0706d0818ddc SHA256: dbf509696ea486aade746bd1891583863be6b8411718589d5730262f7a3decc4 SHA1: 73e8e1400268fbe301f12f7fa9f4d705adc7ccd4 MD5sum: 476c5606b36f50c0a9b5a68b393eee0d 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.