Articles → Spacy → Introduction To Spacy
Introduction To Spacy
What Is Spacy?
How To Install Spacy?
- Open command prompt in admin mode.
- Go to the "Scripts" folder on the python path using cd command.
- Write the following command
pip3 install spacy
pip3 install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.0/en_core_web_sm-2.2.0.tar.gz
- Finally, use the following command
python -m spacy download en