Skip to content

[160524]CoNLL X_Spanish

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-X/Spanish/data --train="spanish_cast3lb_train.conll" --test="spanish_cast3lb_test.conll" --learner=average_perceptron --fgen=english_1st_fgen --parser=ceisner --config=/ugrad/2/jca303/glm-parser/src/config/conllx.config

Result: 05/25/2016 05:03:35 AM INFO: Training time usage(seconds): 1188.158601 05/25/2016 05:03:35 AM INFO: Feature count: 1862236 05/25/2016 05:03:35 AM INFO: Unlabeled accuracy: 0.792588689849 (4513, 5694) 05/25/2016 05:03:35 AM INFO: Unlabeled attachment accuracy: 0.799830508475 (4719, 5900)

Clone this wiki locally