diff --git a/1 - Simple Sentiment Analysis.ipynb b/1 - Simple Sentiment Analysis.ipynb index 9e8c4b1..a9275c0 100644 --- a/1 - Simple Sentiment Analysis.ipynb +++ b/1 - Simple Sentiment Analysis.ipynb @@ -42,6 +42,8 @@ "`LABEL` is defined by a `LabelField`, a special subset of the `Field` class specifically used for handling labels. We will explain the `dtype` argument later.\n", "\n", "For more on `Fields`, go [here](https://github.com/pytorch/text/blob/master/torchtext/data/field.py).\n", + "\n" + "To download Spacy English Model you need to run this command: python -m spacy download en" "\n", "We also set the random seeds for reproducibility. " ]