Skip to content

[160526]CoNLL U_Dutch

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 -i 5 -s 8 -p /ugrad/2/jeticg/Daten/glm-parser-data/universal-dependencies-1.2 --train="nl-ud-train.conllu" --test="nl-ud-test.conllu" -d 24-05-2016_Dutch -a --learner=average_perceptron --fgen=english_1st_fgen --parser=ceisner --config=config/conllu.config

Result: 05/28/2016 05:18:02 PM DEBUG: Initialize AveragePerceptronLearner ... 05/28/2016 05:18:06 PM DEBUG: Initialize ParallelPerceptronLearner ... 05/28/2016 07:47:50 PM DEBUG: Start evaluating ... 05/28/2016 07:48:05 PM INFO: Training time usage(seconds): 8987.483298 05/28/2016 07:48:05 PM INFO: Feature count: 4087761 05/28/2016 07:48:05 PM INFO: Unlabeled accuracy: 0.700984780662 (3915, 5585) 05/28/2016 07:48:05 PM INFO: Unlabeled attachment accuracy: 0.720314855133 (4301, 5971)

Clone this wiki locally