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

Input: 2421 Farm Road 1110 Output: `(OrderedDict([('AddressNumber', '2421'), ('StreetName', 'Farm'), ('StreetNamePostType', 'Road'), ('OccupancyIdentifier', '1110')]), 'Street Address')` The "1110" should be a part of the StreetName. This also occurs if "Road"...

I ran into the "UNCERTAIN LABEL" error on a case where I do not understand why it is choking, and per the guidance, I am submitting an issue. (Never submitted...

When tagging intersections, occasionally the function will fail due to the intersection being parsed as a street address. When a passed in address_string has an "&", it should be safe...

``` usaddress.RepeatedLabelError: ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: Bradenton-75th West, 4312 75th St. West, Bradenton, FL...

PMB #307, 16748 E Smoky Hill Rd Unit 9C-307, Centennial, CO 80015, CO, United States Source: Colorado Secretary of State

Due to https://github.com/scrapinghub/python-crfsuite/issues/88, `pip install usadress` in a fresh 3.7 virtualenv fails when it comes time to compile `python-crfsuite`.

Do you think is it possible to use usaddress with some changes for another language?

I see an issues with some pre modifiers like OLD, LITTLE. Parser thinks it's a street name while it's not. Example address: - 53 LITTLE W 12 ST When trying...

First off, hello DataMade team and thank you for this awesome library! I noticed that when I try to parse `1 COUNTY ROAD A` at the `usaddress` [website](https://parserator.datamade.us/usaddress/), it parses...

Trying to parse Google formatted address: The Boulder Apartments, 210 Simpson Parkway #R-100, 210 Simpson-Parkway, Cheney, WA 99004, USA >>> usaddress.tag("The Boulder Apartments, 210 Simpson Parkway #R-100, 210 Simpson-Parkway, Cheney,...