/dlnlpcourse

material for the lecture on Deep Learning for Natural Language Processing 2019

Primary LanguagePython

dlnlpcourse

material for the lecture on Deep Learning for Natural Language Processing 2019

install the dependencies

  1. 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

  1. install the dependencies from the requirements file:

$ pip install -r requirements.txt

  1. download the SpaCy mode for Italian, for preprocessing:

$ python -m spacy download it