datamade / usaddress

:us: a python library for parsing unstructured United States address strings into address components
https://parserator.datamade.us/usaddress
MIT License
1.51k stars 303 forks source link

Could not parse 32 Old Slip, 15th Floor, New York, NY 10005 #299

Open ehwilliamson opened 3 years ago

ehwilliamson commented 3 years ago
RepeatedLabelError: 
ERROR: Unable to tag this string because more than one area of the string has the same label

ORIGINAL STRING:  32 OLD SLIP, 15TH FLOOR
NEW YORK, NY, 10005
PARSED TOKENS:    [('32', 'AddressNumber'), ('OLD', 'StreetNamePreModifier'), ('SLIP,', 'SubaddressType'), ('15TH', 'SubaddressIdentifier'), ('FLOOR\n', 'SubaddressType'), ('NEW', 'PlaceName'), ('YORK,', 'PlaceName'), ('NY,', 'StateName'), ('10005', 'ZipCode')]
UNCERTAIN LABEL:  SubaddressType