when I use "benepar", My result changes #11182
-
Hi When I use this :
My result will be this :
But when I use this :
My result will be this :
Why in my first script "help tag" is "NN", but in my second one is "VBP"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not sure I understand your question about the annotation. If you add another component like If the |
Beta Was this translation helpful? Give feedback.
I'm not sure I understand your question about the annotation. If you add another component like
benepar
to the end of your pipeline, it can overwrite or modify annotation in the doc. Depending on what annotation you need, you many only needbenepar
and not other components fromen_core_web_sm
.If the
benepar
package doesn't provide the registered factory through an entry point, then you need to import the package so spacy knows about the custom factory so you can usenlp.add_pipe("benepar")
.