Skip to content

[160524]CoNLL U_German

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 /cs/natlang-data/CoNLL/universal-dependencies-1.2 --train='de-ud-train.conllu' --test='de-ud-test.conllu' --learner=average_perceptron --fgen=english_1st_fgen --parser=ceisner --config=config/conllu.config

Result: 05/25/2016 12:07:29 PM INFO: Training time usage(seconds): 19979.813711 05/25/2016 12:07:30 PM INFO: Feature count: 8582578 05/25/2016 12:07:30 PM INFO: Unlabeled accuracy: 0.610031964593 (9924, 16268) 05/25/2016 12:07:30 PM INFO: Unlabeled attachment accuracy: 0.632125253697 (10901, 17245)

Clone this wiki locally