Skip to content

Instantly share code, notes, and snippets.

@alfredfrancis
Created February 5, 2019 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredfrancis/3f15183b181d062400ee06da09f84312 to your computer and use it in GitHub Desktop.
Save alfredfrancis/3f15183b181d062400ee06da09f84312 to your computer and use it in GitHub Desktop.
Install Spacy
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.0.0/en_core_web_sm-2.0.0.tar.gz
python -m spacy link en_core_web_sm en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment