entity ruler hang when n_process >1 #10982
Unanswered
zwd2080
asked this question in
Help: Coding & Implementations
Replies: 1 comment 2 replies
-
Can tell us your Python version, the output of |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using costom entity ruler with a lot patterns.
When I use
n_process >1
withnlp.pipe
, the process hang.The possible reason may be I use two many patterns created from a large dictionary.
The entity ruler pipeline is extremely slow.
my code would be:
Linux
Spacy 3.3
model=en_core_web_sm
Beta Was this translation helpful? Give feedback.
All reactions