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

Problem address #311

Open noamo48 opened 2 years ago

noamo48 commented 2 years ago
usaddress.RepeatedLabelError: 
ERROR: Unable to tag this string because more than one area of the string has the same label

ORIGINAL STRING:  Bradenton-75th West, 4312 75th St. West, Bradenton, FL 34209
PARSED TOKENS:    [('Bradenton-75th', 'AddressNumber'), ('West,', 'StreetNamePostDirectional'), ('4312', 'AddressNumber'), ('75th', 'StreetName'), ('St.', 'StreetNamePostType'), ('West,', 'StreetNamePostDirectional'), ('Bradenton,', 'PlaceName'), ('FL', 'StateName'), ('34209', 'ZipCode')]
UNCERTAIN LABEL:  AddressNumber