CMUSTRUDEL / toxicity-detector

MIT License
13 stars 11 forks source link

Dependencies missing #5

Open ckaestne opened 4 years ago

ckaestne commented 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')

Also the mysql dependencies and urllib3 don't install for me, but also don't seem to be needed.

ckaestne commented 4 years ago

nltk.download('punkt')