File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ chineseSR.ser.gz:
167
167
chineseSR.beam.ser.gz :
168
168
@echo Training $@
169
169
@echo Will test on $(CHINESE_TEST )
170
- java -mx50g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -trainTreebank $(CHINESE_TRAIN ) -devTreebank $(CHINESE_DEV ) -serializedPath $@ $(DEFAULT_OPTIONS ) -preTag -taggerSerializedFile $(CHINESE_TAGGER ) -tlpp $(CHINESE_TLPP ) $(TRAIN_BEAM ) > $@ .out 2>&1
170
+ java -mx50g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -trainTreebank $(CHINESE_TRAIN ) -devTreebank $(CHINESE_DEV ) -serializedPath $@ $(DEFAULT_OPTIONS ) -preTag -taggerSerializedFile $(CHINESE_TAGGER ) -tlpp $(CHINESE_TLPP ) $(TRAIN_BEAM ) $( SHARDS_5 ) > $@ .out 2>&1
171
171
java -mx5g edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser -testTreebank $(CHINESE_TEST ) -serializedPath $@ -preTag -taggerSerializedFile $(CHINESE_TAGGER ) >> $@ .out 2>&1
172
172
173
173
germanSR.ser.gz :
You can’t perform that action at this time.
0 commit comments