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

RepeatedLabelError for "1234 Harmony Place La Crescenta CA 91214" #294

Open dimaryaz opened 3 years ago

dimaryaz commented 3 years ago

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 91214
PARSED TOKENS:    [('1234', 'AddressNumber'), ('Harmony', 'StreetName'), ('Place', 'PlaceName'), ('La', 'StateName'), ('Crescenta', 'PlaceName'), ('CA', 'StateName'), ('91214', 'ZipCode')]
UNCERTAIN LABEL:  PlaceName