Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 653 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 653 Bytes

Introduction to spaCy for NLP and Machine Learning

Dependencies

spaCy

Scikit-learn

NLTK

To get the above requirements (except spaCy) download and install anaconda: https://store.continuum.io/cshop/anaconda/

To install spaCy:

pip install spacy
python -m spacy.en.download all

Make sure to run the above python command, this downloads the models that spaCy needs. Python 3 is recommended, although Python 2 should work as long as you convert the strings to unicode objects.

Running the files

  1. From the command line (cmd) or terminal navigate to where this readme and .ipynb file is.
  2. execute "ipython notebook Intro_spaCy_NLP"