spacy-lookup vs entity ruler ? #10984
Answered
by
polm
zhangweida2080
asked this question in
Help: Coding & Implementations
-
spacy-lookup and entity ruler can do dictionary-based NER, but which should I use? |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jun 20, 2022
Replies: 1 comment
-
spacy-lookup is a third-party module that's only for v2 of spaCy that hasn't been updated since 2019. I am not sure but I think it might have been faster than the EntityRuler when released, or maybe even be older than the EntityRuler entirely. For new projects though, I think you should just use the EntityRuler. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
polm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spacy-lookup is a third-party module that's only for v2 of spaCy that hasn't been updated since 2019. I am not sure but I think it might have been faster than the EntityRuler when released, or maybe even be older than the EntityRuler entirely.
For new projects though, I think you should just use the EntityRuler.