I have a simple command:
python -m spacy download en_core_web
And I cannot for the life of me figure out where it downloads. I search for "en_core_web" but can find absolutely nothing, anywhere. And I can't for the life of me figure out what to search to understand the syntax behind this command.
What do you even call this line? A python command line argument? I couldn't find what to search for to specify a download location.
Please help!