Package: postgresql-10-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1535 Depends: postgresql-10, libc6 (>= 2.38), libpcre2-8-0 (>= 10.22) Breaks: postgresql-10-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-10-address-standardizer_3.7.0-1.pgdg26.04+1_amd64.deb Size: 211544 SHA512: 199ba0883d4d2196c8d246a8cd508efcea9f3b3622cea6621e94108b575a85ca20e49d33a56bc247d346cb9aa0ebfdb83ac878d35ef31e5a4b9a07bdde35fc10 SHA256: 2ef86a246b00a156839f75bd28600e9296a3970c41d917c26eb33206c31a04fe SHA1: ab75bd02df47266818326174889f33e3420c0131 MD5sum: 58f157923afc89d6cc394a1c41c9cecb 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.