Wordnet in Spacy #10367
-
I'm trying to identify synonyms using this standard script from the Spacy API:
I replaced 'en' by the model's full name ('en_core_web_sm') as instructed for 3.0. The response is: Is the Wordnet bridge available for this or other English model? ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
spacy-wordnet is a third party package, like basically everything in the Universe. You need to install it separately. And if you have trouble with it you should ask at their repo. |
Beta Was this translation helpful? Give feedback.
spacy-wordnet is a third party package, like basically everything in the Universe. You need to install it separately. And if you have trouble with it you should ask at their repo.