datamade / usaddress

:us: a python library for parsing unstructured United States address strings into address components
https://parserator.datamade.us/usaddress
MIT License
1.5k stars 302 forks source link

Rhode Island not parsed correctly #338

Open DLI1996 opened 1 year ago

DLI1996 commented 1 year ago

For the following random data: Erie Rhode Island 24975

The result after calling usaddress.parse() is [('Erie', 'PlaceName'), ('Rhode', 'PlaceName'), ('Island', 'StateName'), ('24975', 'ZipCode')]