In the current assignment, the program gives two Named Identities for Peter Navarro. However, Spacy could give a single named entity for “Peter Navarro”. How can we adjust our model to make this change.
1 Like
Usually that is accomplished with the labels. The Peter would be B-per and Navarro I-per. After getting these predictions it is up to you if you want to combine them or not (in your case you would combine them in post processing to get the Peter Navarro).
Cheers
1 Like
How would a library like Spacy do it?
1 Like
I’m not very familiar with spacy but I’m pretty sure the fundamentals are the same. The output or presentation might be user friendly and customized but the the underlying models are the same.
1 Like