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

Common parsing error #9

Open
sokser opened this issue Jul 29, 2015 · 1 comment
Open

Common parsing error #9

sokser opened this issue Jul 29, 2015 · 1 comment

Comments

@sokser
Copy link

sokser commented Jul 29, 2015

Here is an error that is very common in places like New York:

addr_parser.parse("32 Avenue C, New York, NY 10036")
{'street_type': None, 'house': '32', 'street_name': 'Avenue C New York NY 10036', 'suite_type': None, 'street_full': 'Avenue C New York NY 10036', 'suite_num': None, 'other': None}
@pnpnpn
Copy link
Owner

pnpnpn commented Jan 18, 2016

This only parses street address, i.e. it doesn't parse zip code, city, etc. Feel free to make a PR

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