8000 Error parsing address containing building name and apartment · Issue #391 · datamade/usaddress · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Error parsing address containing building name and apartment #391

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
SilentChris opened this issue May 9, 2025 · 3 comments
Open

Error parsing address containing building name and apartment #391

SilentChris opened this issue May 9, 2025 · 3 comments

Comments

@SilentChris
Copy link

I have an address similar to the following:

70 STRAWBERRY HILL AVE
THE FAIRFIELD, APT 12-3B
STAMFORD, CT 06902-2630

When usaddress attempts to parse, it sees THE as an IntersectionSeparator and FAIRFIELD as a StreetName which causes it to throw an error ERROR: Unable to tag this string because more than one area of the string has the same label

In this case, THE FAIRFIELD should both be tagged as BuildingName I believe?

@xmedr
Copy link
Contributor
xmedr commented May 15, 2025

@SilentChris I see what you mean, yea that should definitely be a BuildingName! Do you happen to have any more examples of this kind of address that you can share? Ideally 8 - 12 examples would be great, but no worries if not.

@SilentChris
Copy link
Author

This is the only one I've run across so far - it was from a public site for looking up contractor licenses so I'm sure there are plenty of examples to be had - but might be tricky to find ones that cause this particular issue

@xmedr
Copy link
Contributor
xmedr commented May 15, 2025

@SilentChris Gotcha, we'll do some searching for similar addresses and try to replicate this a few times

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