usaddress
usaddress copied to clipboard
RepeatedLabelError for "1234 Harmony Place La Crescenta CA 91214"
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