Package: postgresql-14-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2162 Depends: postgresql-14, libc6 (>= 2.38), libpcre2-8-0 (>= 10.22) Breaks: postgresql-14-jit-llvm (<< 21), postgresql-14-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-14-address-standardizer_3.7.0-1.pgdg26.04+1_amd64.deb Size: 539940 SHA512: a73173914ce2828e170b2c3311873d8602f8f0faf91957c20f4a6c3ad0ed62686478d6052187e9069a1f88ae509feec7b13a682a08f39e47984343459a56987b SHA256: 271f8e66372ee2fb2e84738df7032e536f3a6eae22688f40815fdf7d815e763b SHA1: eb3fd4c0adebf8aa38a98a113c934f4bd29a4079 MD5sum: 3b796d6e4610f8b26e1b90ac691aa936 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.