Merging similar names. #6627
avifatal
started this conversation in
Help: Best practices
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I use the following sentence, the output will be
The output will be:
[('PERSON', 'Robert Clinton'), ('PERSON', 'Robert')]
But when I use
The output will be:
[('PERSON', 'Bill Clinton')]
Robert
andBill
?[('PERSON', 'Robert Clinton'), ('PERSON', 'Robert')]
may be merge to[('PERSON', 'Robert Clinton')]
.Thanks
Beta Was this translation helpful? Give feedback.
All reactions