datamade / usaddress

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

Tagging error #351

Open joshuacoris opened 1 year ago

joshuacoris commented 1 year ago

not a big deal but posting here as requested in the error message

ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: 31625 Pacific Hwy S E1, Federal Way, WA 98003 PARSED TOKENS: [('31625', 'AddressNumber'), ('Pacific', 'StreetName'), ('Hwy', 'StreetNamePostType'), ('S', 'StreetNamePreDirectional'), ('E1,', 'StreetName'), ('Federal', 'PlaceName'), ('Way,', 'PlaceName'), ('WA', 'StateName'), ('98003', 'ZipCode')] UNCERTAIN LABEL: StreetName

I assume the issue is splitting Federal Way (which I did check is a real city in WA)