Skip to content
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

Error parsing California address #343

Open
fablet opened this issue Mar 22, 2023 · 0 comments
Open

Error parsing California address #343

fablet opened this issue Mar 22, 2023 · 0 comments

Comments

@fablet
Copy link

fablet commented Mar 22, 2023

I have the following address: "'42054 Via San Luis Rey Fremont CA 94539'".
When I run it through the tag method this is the response I get:
[('AddressNumber', '42054'),
('StreetName', 'Via'),
('PlaceName', 'San Luis Rey Fremont'),
('StateName', 'CA'),
('ZipCode', '94539')]
The street name should be "Via San Luis Rey", but you can see the tagger is struggling with the extra long CA street name.
Any thoughts on how to combat this to accurately separate the street name from the city?

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

1 participant