-
Notifications
You must be signed in to change notification settings - Fork 307
Description
RepeatedLabelError:
ERROR: Unable to tag this string because more than one area of the string has the same label
ORIGINAL STRING: 1449 Engineering Research Ct B100 East Lansing MI 48824-1226
PARSED TOKENS: [('1449', 'AddressNumber'), ('Engineering', 'StreetName'), ('Research', 'PlaceName'), ('Ct', 'StateName'), ('B100', 'StreetName'), ('East', 'StreetNamePostDirectional'), ('Lansing', 'PlaceName'), ('MI', 'StateName'), ('48824-1226', 'ZipCode')]
UNCERTAIN LABEL: StreetName
When this error is raised, it's likely that either (1) the string is not a valid person/corporation name or (2) some tokens were labeled incorrectly
To report an error in labeling a valid name, open an issue at https://github.com/datamade/usaddress/issues/new - it'll help us continue to improve probablepeople!
This is with the usaddress-0.5.10