To install the requirements run pip install -r requirements.txt
Training and Evaluation data is available here: https://drive.google.com/open?id=0B6N7tANPyVeBNmlSX19Ld2xDU1E
Please download the files and put the data in a new folder data/
.
To reproduce the results please run python3 script/train.py
. This will train the system for 30,000 training iterations.
To run the testing please run python3 script/test.py
.