Hello @Johan1us.
I installed SpaCy 3 and en_core_web
3 as you did in your reply:
pip install --upgrade spacy
python -m spacy download en_core_web_md
(In my case I downloaded the model via pip
with the GitHub URL to be able to use the --default-timeout
flag since my connection is really slow)
But don’t use link
. You just need to write language: en_core_web_md
in your config.yml
instead of language: en
.