File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -150,10 +150,12 @@ frenchSR.ser.gz:
150
150
java -mx10g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -trainTreebank $(FRENCH_TRAIN ) -devTreebank $(FRENCH_DEV ) -serializedPath $@ $(DEFAULT_OPTIONS ) -preTag -taggerSerializedFile $(FRENCH_TAGGER ) -tlpp $(FRENCH_TLPP ) $(TRAIN_ORACLE_10 ) > $@ .out 2>&1
151
151
java -mx5g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -testTreebank $(FRENCH_TEST ) -serializedPath $@ -preTag -taggerSerializedFile $(FRENCH_TAGGER ) >> $@ .out 2>&1
152
152
153
+ # French performance was falling with some of the changes, but the
154
+ # number of shards increases it back a bit
153
155
frenchSR.beam.ser.gz :
154
156
@echo Training $@
155
157
@echo Will test on $(FRENCH_TEST )
156
- java -mx40g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -trainTreebank $(FRENCH_TRAIN ) -devTreebank $(FRENCH_DEV ) -serializedPath $@ $(DEFAULT_OPTIONS ) -preTag -taggerSerializedFile $(FRENCH_TAGGER ) -tlpp $(FRENCH_TLPP ) $(TRAIN_BEAM ) > $@ .out 2>&1
158
+ java -mx40g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -trainTreebank $(FRENCH_TRAIN ) -devTreebank $(FRENCH_DEV ) -serializedPath $@ $(DEFAULT_OPTIONS ) -preTag -taggerSerializedFile $(FRENCH_TAGGER ) -tlpp $(FRENCH_TLPP ) $(TRAIN_BEAM ) $( SHARDS_5 ) > $@ .out 2>&1
157
159
java -mx5g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -testTreebank $(FRENCH_TEST ) -serializedPath $@ -preTag -taggerSerializedFile $(FRENCH_TAGGER ) >> $@ .out 2>&1
158
160
159
161
chineseSR.ser.gz :
You can’t perform that action at this time.
0 commit comments