Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improperly tagged name #79

Open
bwbensonjr opened this issue Jul 24, 2018 · 1 comment
Open

Improperly tagged name #79

bwbensonjr opened this issue Jul 24, 2018 · 1 comment

Comments

@bwbensonjr
Copy link

I called probablepeople.tag("ALLIN JOHN FRAWLEY") and it returned the following:

probablepeople.RepeatedLabelError:
ERROR: Unable to tag this string because more than one area of the string has the same label

ORIGINAL STRING: ALLIN JOHN FRAWLEY
PARSED TOKENS: [('ALLIN', 'Surname'), ('JOHN', 'GivenName'), ('FRAWLEY', 'Surname')]
UNCERTAIN LABEL: Surname

Ideally it should be interpreting "ALLIN" as a given name because of its position and the fact that "Allin" is an alternative of "Allen".

@bwbensonjr
Copy link
Author

I forgot to mention in the first report—the tagger should also interpret "JOHN" as the middle name, for the same reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant