Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 385 Bytes

NLP Tasks

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'