spaCy is a free open-source library for Natural Language Processing in Python
Run the below command in Anaconda Prompt (Run as administrator)
conda install -c conda-forge spacy
python -m spacy download en
# default English model (~50MB)
python -m spacy download en_core_web_md
# larger English model (~1GB)