usaddress icon indicating copy to clipboard operation
usaddress copied to clipboard

:us: a python library for parsing unstructured United States address strings into address components

Results 131 usaddress issues
Sort by recently updated
recently updated
newest added

Is the library going to support Python 3?

It results in: ``` ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: 1234 Harmony Place La Crescenta CA...

got an error - two PlaceNames returned The building name is " Lindell Square" tagging id'd Lindell as a PlaceName and Square as StreetNamePostType resulted in 2 PlaceName (city) of...

9250 SW 136TH ST CIR MIAMI, FL 33176-5820 results in: AddressNumber 9250 OccupancyIdentifier [empty string] OccupancyType [empty string] **PlaceName CIR MIAMI** StateName FL StreetName 136TH StreetNamePostType STREET **StreetNamePreDirectional SW** ZipCode...

Looks like streets named "E" cause problems (while other letters are ok), e.g.: 9940 E ST Oakland CA 94603 ![Screenshot from 2020-10-27 19-23-16](https://user-images.githubusercontent.com/4365877/97383161-2c235a80-188a-11eb-8482-7558e0aab740.png)

Hello, I received this error when parsing an address point file table using the ```arcpy.da.UpdateCursor```. ``` Traceback (most recent call last): File "\Jared\Python Scripts\ArcGISPro\USPS_ADDRE_copy.py", line 35, in unitname() File "\Jared\Python...

![图片](https://user-images.githubusercontent.com/6407116/90495106-cd00e580-e176-11ea-8240-7a50333dc043.png) When I test text="my home is 123 Main St. Suite 100 Chicago, IL", usaddress recognizes'my','home','is' as BuildingName, which is obviously wrong.

usaddress.tag('200 JOHN W HOOVER PKWY BLDG 1')

Following is the address I am trying to tag and I am getting an error. Can you please help import usaddress addressTag = usaddress.tag('2202 W Overland, Scottsbluff, NE 69361, United...