datamade/usaddress

Tagging error

joshuacoris opened this issue · 0 comments

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)