material for the lecture on Deep Learning for Natural Language Processing 2019
- I suggest using virtualenv to avoid cluttering your system. If you want to skip virtualenv go to step 2.
$ virtualenv -p /usr/bin/python3 env
$ source env/bin/activate
- install the dependencies from the requirements file:
$ pip install -r requirements.txt
- download the SpaCy mode for Italian, for preprocessing:
$ python -m spacy download it