8000 RepeatedLabelError: · Issue #369 · datamade/usaddress · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RepeatedLabelError: #369

< 8000 div class="d-flex flex-order-2 flex-md-order-1 mx-2">
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thogarus opened this issue Aug 14, 2024 · 1 comment
Open

RepeatedLabelError: #369

thogarus opened this issue Aug 14, 2024 · 1 comment

Comments

@thogarus
Copy link

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

@xmedr
Copy link
Contributor
xmedr commented Apr 3, 2025

Ah, yea this one does seem to be a bit different! How are you expecting this to be labelled? I'm particularly curious about the B100 part, since the rest seems to make sense. I'm thinking something like:

Tag Address Part
AddressNumber 1449
StreetName Engineering Research
StreetNamePostType Ct
??? B100
PlaceName East Lansing
StateName MI
ZipCode 48824-1226

Also, do you have any more examples of this type of address that you could share with us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0