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

Strange bug #346

Open
joegillon opened this issue May 4, 2023 · 0 comments
Open

Strange bug #346

joegillon opened this issue May 4, 2023 · 0 comments

Comments

@joegillon
Copy link

usaddress.tag('1000 TRAVER CT 48105')[0] correctly yields =>
OrderedDict([('AddressNumber', '1000'),
('StreetName', 'TRAVER'),
('StreetNamePostType', 'CT'),
('ZipCode', '48105')])

Change the street, however, to

usaddress.tag('1000 TIBBITS CT 48105')[0] and you get =>
OrderedDict([('AddressNumber', '1000'),
('PlaceName', 'TIBBITS'),
('StateName', 'CT'),
('ZipCode', '48105')])

Suddenly it thinks it's Tibbits, Connecticut. (And there doesn't even seem to be a Tibbits, Connecticut.)

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