Package: postgresql-13-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2201 Depends: postgresql-13, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Breaks: postgresql-13-jit-llvm (<< 15), postgresql-13-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-13-address-standardizer_3.7.0-1.pgdg22.04+1_amd64.deb Size: 563100 SHA512: 258571cddebbc7246bba3b774bf5355806cd78da0fe94c9b76fa48735cb5ef7dbd4d1eef53fa8b9af8f4e32c5dfaa9377457728ac40dea527e3923ffdc1d148e SHA256: 237d75663a5cbc1cefaa48b8030eae24f5c1e8136cd070b3f8161093cf91edd6 SHA1: 9acc5db932f4bd2b2199093d8b770861ec2f1bf5 MD5sum: c754dd470a4076167a62141f437f0ef9 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.