Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 313 Bytes

Setup and Installation

Create a new virtualenv and source it

virtualenv .ENV && source .ENV/bin/activate

then install the packages

pip install -r requirements.txt

Then install the spaCy language model for english

python -m spacy download en_vectors_web_lg
python -m spacy download en