usaddress icon indicating copy to clipboard operation
usaddress copied to clipboard

Strange bug

Open joegillon opened this issue 1 year ago • 0 comments

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.)

joegillon avatar May 04 '23 00:05 joegillon