NLP Tasks

November 8, 2020 ยท View on GitHub

Setup

Installing required dependencies

pip install -r requirements.txt

Installing required dev-dependencies

pip install -r requirements-dev.txt

Downloading pre_requisites:

python pre_req.py

Upadate config/settings.toml to the absolute path of where stanford_models are found. Example: stanford_model='/home/user/stanfordnlp_resources'