Open tipevo-staub opened 7 years ago
Looks like something goes back to parsing Street info from Place/State info when a directional word (East) appears in the city/town place.
Parsing this:745 Forbes St East Hartford CT
Got this: ERROR: Unable to tag this string because more than one area of the string has the same label
ORIGINAL STRING: 745 Forbes St East Hartford CT PARSED TOKENS: [(u'745', 'AddressNumber'), (u'Forbes', 'StreetName'), (u'St', 'StreetNamePostType'), (u'East', 'StreetNamePreDirectional'), (u'Hartford', 'StreetName'), (u'CT', 'StreetNamePostType')] UNCERTAIN LABEL: StreetName
When this error is raised, it's likely that either (1) the string is not a valid person/corporation name or (2) some tokens were labeled incorrectly
To report an error in labeling a valid name, open an issue at https://github.com/datamade/usaddress/issues/new - it'll help us continue to improve probablepeople!
Looks like something goes back to parsing Street info from Place/State info when a directional word (East) appears in the city/town place.
Parsing this:745 Forbes St East Hartford CT
Got this: ERROR: Unable to tag this string because more than one area of the string has the same label
ORIGINAL STRING: 745 Forbes St East Hartford CT PARSED TOKENS: [(u'745', 'AddressNumber'), (u'Forbes', 'StreetName'), (u'St', 'StreetNamePostType'), (u'East', 'StreetNamePreDirectional'), (u'Hartford', 'StreetName'), (u'CT', 'StreetNamePostType')] UNCERTAIN LABEL: StreetName
When this error is raised, it's likely that either (1) the string is not a valid person/corporation name or (2) some tokens were labeled incorrectly
To report an error in labeling a valid name, open an issue at https://github.com/datamade/usaddress/issues/new - it'll help us continue to improve probablepeople!