usaddress icon indicating copy to clipboard operation
usaddress copied to clipboard

Incorrect parsing of address where place contains the word city

Open caocscar opened this issue 4 years ago • 0 comments

301 N LEONA GARDEN CITY MI 48135 returns [('301', 'AddressNumber'), ('N', 'StreetNamePreDirectional'), ('LEONA', 'StreetName'), ('GARDEN', 'StreetNamePostType'), ('CITY', 'PlaceName'), ('MI', 'StateName'), ('48135', 'ZipCode')]

The PlaceName should be GARDEN CITY.

caocscar avatar Jul 18 '19 16:07 caocscar