Combine en_coreference_web_trf with en_core_web_sm? #12598
Answered
by
bdura
afriedman412
asked this question in
Help: Coding & Implementations
-
I'm working on a project that uses coreferencing and more basic tagging/lemma etc functionality. I've been loading two separate language modules (en_coreference_web_trf and en_core_web_sm) and just using each one as needed. So my questions are:
|
Beta Was this translation helpful? Give feedback.
Answered by
bdura
May 9, 2023
Replies: 1 comment
-
Hello @afriedman412, you can combine components from two initialized pipelines, although it will not give you any speed-up. There's no very easy way to do that yet, but you can find an example here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @afriedman412, you can combine components from two initialized pipelines, although it will not give you any speed-up. There's no very easy way to do that yet, but you can find an example here.