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

Unable to parse address with both "suite" and "unit" #334

Open stevetb777 opened 1 year ago

stevetb777 commented 1 year ago

4347 W Northwest Hwy Ste 130 Unit 359 Dallas TX 75220-3866 This is a UPS store at suite 130. Unit 359 would be the box number inside of the store. The parser fails on this one, "usaddress.RepeatedLabelError: ERROR: Unable to tag this string because more than one area of the string has the same label" Great work so far, thanks!