dojoteef / synst

Source code to reproduce the results in the ACL 2019 paper "Syntactically Supervised Transformers for Faster Neural Machine Translation"
BSD 3-Clause "New" or "Revised" License
82 stars 6 forks source link

About running this code on iwslt Dataset #4

Closed huaishengzhu closed 5 years ago

huaishengzhu commented 5 years ago

I get empty files containing .parse when I run the code to preprocess and I have installed jq LANG=en_US.UTF-8 LC_ALL= CLASSPATH=./stanford-corenlp-full-2018-10-05/* python3 main.py --dataset iwslt_en_de_parsed --span 6 -d raw/iwslt -p preprocessed/iwslt -v pass

huaishengzhu commented 5 years ago

It seemed that I have dealt with this problem, Thanks