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
The following error was raised in tagging a full name.
>>> probablepeople.tag(name, type='person')
ERROR: Unable to tag this string because more than one area of the string has the same label
ORIGINAL STRING: Bjorn Erik Hammerstad
PARSED TOKENS: [('Bjorn', 'Surname'), ('Erik', 'GivenName'), ('Hammerstad', 'Surname')]
UNCERTAIN LABEL: Surname
Thanks,
James
The text was updated successfully, but these errors were encountered:
The following error was raised in tagging a full name.
>>> probablepeople.tag(name, type='person')
Thanks,
James
The text was updated successfully, but these errors were encountered: