datamade / usaddress

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

Street with prefix 'SAN' not recognized #301

Open mackfinkel opened 3 years ago

mackfinkel commented 3 years ago

Ran into an issue parsing address with street 'SAN GABRIEL PLACE' PARSED TOKENS include: ('SAN', 'StreetName'), ('GABRIEL', 'PlaceName'), ('PLACE', 'PlaceName') UNCERTAIN LABEL: PlaceName

Love the module, thanks for creating it!