NER patterns activating the pipeline #10891
Unanswered
SimonPre
asked this question in
Help: Coding & Implementations
Replies: 1 comment 3 replies
-
Hi @SimonPre! Could you post a code snippet so we can reproduce your setup? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am currently working on a nlp pipeline part of which as rule-based NER. When adding the patterns to the ruler, the pipeline seems to be partially executed on the patterns. I figured out that every module preceding the ruler in the pipeline is executed. I have three questions about this:
Why is this happening?
Can I deactivate it?
Are these runs flagged in a way to distinguish them from executing the pipeline on other strings?
The last question relates to the fact that I am currently writing the results of each step directly to a DB, but the runs on the patterns also trigger the write operations.
Thanks in advance for your help and explanations.
Beta Was this translation helpful? Give feedback.
All reactions