|
import spacy ValueError: [E002] Can't find factory for 'textrank' for language Dutch (nl). This usually happens when spaCy calls |
Answered by
0dB
Aug 6, 2023
Replies: 1 comment
|
It looks like you are missing |
0 replies
Answer selected by
ceteri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you are missing
import pytextrank? When I add that it works for me.