Open ckaestne opened 4 years ago
There seem to be a couple of files that need to be downloaded and installed to replicate the experiments, including
python -m spacy download en_core_web_md nltk.download('words')
python -m spacy download en_core_web_md
nltk.download('words')
Also the mysql dependencies and urllib3 don't install for me, but also don't seem to be needed.
nltk.download('punkt')
There seem to be a couple of files that need to be downloaded and installed to replicate the experiments, including
python -m spacy download en_core_web_md
nltk.download('words')
Also the mysql dependencies and urllib3 don't install for me, but also don't seem to be needed.