-
|
import spacy ValueError: [E002] Can't find factory for 'textrank' for language Dutch (nl). This usually happens when spaCy calls |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It looks like you are missing |
Beta Was this translation helpful? Give feedback.
It looks like you are missing
import pytextrank? When I add that it works for me.