You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raise RepeatedLabelError(raw_string, parse(raw_string), label)
probablepeople.RepeatedLabelError:
ERROR: Unable to tag this string because more than one area of the string has the same label
ORIGINAL STRING: Captain Don Shackelford
PARSED TOKENS: [('Captain', 'Surname'), ('Don', 'GivenName'), ('Shackelford', 'Surname')]
UNCERTAIN LABEL: Surname
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
The text was updated successfully, but these errors were encountered:
Raise RepeatedLabelError(raw_string, parse(raw_string), label)
probablepeople.RepeatedLabelError:
ERROR: Unable to tag this string because more than one area of the string has the same label
ORIGINAL STRING: Captain Don Shackelford
PARSED TOKENS: [('Captain', 'Surname'), ('Don', 'GivenName'), ('Shackelford', 'Surname')]
UNCERTAIN LABEL: Surname
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
The text was updated successfully, but these errors were encountered: