How to add Negex to config.cfg file? #11165
Answered
by
polm
canberkarc
asked this question in
Help: Coding & Implementations
-
There is no option to select Negex for config.cfg file on spaCy's official site(https://spacy.io/usage/training). How can I add Negex to config.cfg file? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jul 20, 2022
Replies: 1 comment 1 reply
-
I guess you're referring to negspaCy? That's not in the config generator because it's a third party project, we don't develop it. You can follow the instructions in their docs for adding a component, save that pipeline, and look at the generated config for an example of how to specify it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
polm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you're referring to negspaCy? That's not in the config generator because it's a third party project, we don't develop it.
You can follow the instructions in their docs for adding a component, save that pipeline, and look at the generated config for an example of how to specify it.