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).
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!