Is it possible to train two different NERs sourced from en_core_web_md ? #9231
Answered
by
adrianeboyd
oliviercwa
asked this question in
Help: Coding & Implementations
-
Something like:
This does not work as is and I could not find a way to indicate that the "source name" in "en_core_web_md" is "ner" Ideally we could do something like
Is there a clean way to achieve this ? |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Sep 17, 2021
Replies: 2 comments 1 reply
-
It's: [components.ner2]
source = "en_core_web_md"
component = "ner" Edit to fix both config settings, not just the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
polm
-
Unfortunately this causes an exception when training. I have a single NER components defined
Causes the following exception
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's:
Edit to fix both config settings, not just the
component
.