Skip to content

[160524]CoNLL U_Danish

Jiaqi Li edited this page Aug 3, 2016 · 1 revision

Machine: linearb

Branch: master

Command: spark-submit --driver-memory 20g --executor-memory 20g --master 'local[*]' glm_parser.py -s 8 -i 5 -p /ugrad/2/jca303/data/CoNLL-U/UD_Danish --train="da-ud-train.conllu" --test="da-ud-test.conllu" --learner=average_perceptron --fgen=english_1st_fgen --parser=ceisner --config=/ugrad/2/jca303/glm-parser/src/config/conllu.config

Result: 05/25/2016 07:32:01 AM INFO: Training time usage(seconds): 1268.392084 05/25/2016 07:32:01 AM INFO: Feature count: 2059228 05/25/2016 07:32:01 AM INFO: Unlabeled accuracy: 0.776852481305 (4571, 5884) 05/25/2016 07:32:01 AM INFO: Unlabeled attachment accuracy: 0.788430551080 (4893, 6206)

Clone this wiki locally