datamade/usaddress

Error while processing address: 23670 Ne 154Th Place Rd

MykhailoLitvinov opened this issue · 0 comments

ERROR: Unable to tag this string because more than one area of the string has the same label

ORIGINAL STRING: 23670 Ne 154Th Place Rd
PARSED TOKENS: [('23670', 'AddressNumber'), ('Ne', 'StreetNamePreDirectional'), ('154Th', 'AddressNumber'), ('Place', 'StreetName'), ('Rd', 'StreetNamePostType')]
UNCERTAIN LABEL: AddressNumber

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!

For more information, see the documentation at https://usaddress.readthedocs.io/