Closed Lijiachen1018 closed 5 years ago
solved by
java -cp "*" -mx1g edu.stanford.nlp.trees.international.pennchinese.UniversalChineseGrammaticalStructure -basic -keepPunct -conllx -treeFile /path/to/train.txt > /path/to/train.conll
And found Pytorch 1.2 is not working in training (in parsing it works), using 1.1 instead. For details, see this Github issue.
same issue a
Hi, I met an error in training with CTB dataset.
I download ctb8.0 from the link and preprocess the data following the guide of Github repo distance parser step 3 and get train/dev/test.txt. Then I transformed the three txt files with Stanford parser 3.3.0 to dependency structure and get train/dev/test.conll.
Running
sh run_single.sh
, I got an error:Look forward to your reply.