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
-
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