The code is built into a single PostgreSQL extension library called <code>address_standardizer</code> which can be installed with <code>CREATE EXTENSION address_standardizer;</code>. In addition to the address_standardizer extension, a sample data extension called <code>address_standardizer_data_us</code> extensions is built, which contains gaz, lex, and rules tables for US data. This extensions can be installed via: <code>CREATE EXTENSION address_standardizer_data_us;</code>
Der Code befindet sich in einer einzelnen PostgreSQL Erweiterungsbibliothek mit der Bezeichnung <code>address_standardizer</code> und kann mittels <code>CREATE EXTENSION address_standardizer;</code> installiert werden. Zusätzlich zu der Erweiterung "address_standardizer" gibt es auch die Erweiterung <code>address_standardizer_data_us</code>, welche die Tabellen "gaz", "lex" und "rules" für Daten der USA enthält. Diese Erweiterung kann mittels <code>CREATE EXTENSION address_standardizer_data_us;</code> installiert werden.