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

Error on parse caused by space before comma #345

Open lucasfujita opened 1 year ago

lucasfujita commented 1 year ago

I tried to parse this address 420 MYSTIC OVERLOOK , DRIPPING SPRINGS, TX 78620 but due to the space before the first comma it parses my address as a Building. image

If I remove the space it parses correctly as an address image