usaddress icon indicating copy to clipboard operation
usaddress copied to clipboard

Not Parsed Correctly.

Open rajeshsirsikar-bq opened this issue 1 year ago • 1 comments

This address 3122 WEST ALPINE STREET SANTA ANA , CALIFORNIA 92704

Is parsing the CITY as ANA CALIFORNIA and Place name as SANTA

result from my code:

3122 WEST ALPINE STREET SANTA ANA , CALIFORNIA 92704 OrderedDict([('AddressNumber', '3122'), ('StreetNamePreDirectional', 'WEST'), ('StreetName', 'ALPINE'), ('StreetNamePostType', 'STREET'), ('PlaceName', 'SANTA'), ('StateName', 'ANA CALIFORNIA'), ('ZipCode', '92704')])

rajeshsirsikar-bq avatar May 30 '24 13:05 rajeshsirsikar-bq

Hi @rajeshsirsikar-bq! We've made some updates to the package recently and it seems like this particular address is correctly being parsed now:

Address part Tag
3122 AddressNumber
WEST StreetNamePreDirectional
ALPINE StreetName
STREET StreetNamePostType
SANTA ANA PlaceName
CALIFORNIA StateName
92704 ZipCode

Have you come across any more examples of this issue lately? If so, a few examples would be a huge help, but no worries if not!

xmedr avatar Jun 12 '25 13:06 xmedr