Skip to content

[160524]CoNLL X_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-X/Danish/data --train="danish_ddt_train.conll" --test="danish_ddt_test.conll" --learner=average_perceptron --fgen=english_1st_fgen --parser=ceisner --config=/ugrad/2/jca303/glm-parser/src/config/conllx.config

Result: 05/24/2016 12:39:03 PM INFO: Training time usage(seconds): 1530.628865 05/24/2016 12:39:03 PM INFO: Feature count: 1395997 05/24/2016 12:39:03 PM INFO: Unlabeled accuracy: 0.842447026658 (4930, 5852) 05/24/2016 12:39:03 PM INFO: Unlabeled attachment accuracy: 0.850664075154 (5252, 6174)

Clone this wiki locally