Skip to content
Discussion options

You must be logged in to vote

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 need benepar and not other components from en_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 use nlp.add_pipe("benepar").

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pejmannavi
Comment options

@adrianeboyd
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party Third-party packages and services
2 participants
Converted from issue

This discussion was converted from issue #11177 on July 22, 2022 07:42.