GreenBuildingRegistry / usaddress-scourgify

Clean US addresses following USPS pub 28 and RESO guidelines
MIT License
206 stars 47 forks source link

cannot find functions for address normalization #6

Closed WADOHJG closed 5 years ago

WADOHJG commented 5 years ago

Hi,

I installed it using 'pip install usaddress-scourgify' and imported it using "import usaddress" (that is the name shown in the site-packages folder). But Python shows "module 'usaddress' has no attribute 'normalize_address_record'" when I try to normalize a US address.

I checked the function list within the module and did not find the two functions "normalize_address_record()" & "get_geocoder_normalized_addr()" in the readme but the functions from the module 'usaddress' (which I did not install).

Could you help me with this? Thanks!

WADOHJG commented 5 years ago

I figured it out. Thanks!