Skip to content

Commit f288b3a

Browse files
AngledLuffaStanford NLP
authored andcommitted
Oops, a typo
1 parent b36b469 commit f288b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/chinese-segmenter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ctb9.train.chris6.ser.gz: dict-chris6.ser.gz
6565

6666
# train on train CTB9 + extras, with all external lexicons, without training lexicon, use the threshold to make it smaller
6767
ctb9.train-small.chris6.ser.gz: dict-chris6.ser.gz
68-
time java -mx60g edu.stanford.nlp.ie.crf.CRFClassifier -prop ctb9-chris6.prop -serDictionary $+ -sighanCorporaDict /u/nlp/data/chinese-segmenter/gale2007/ctb6/ -featureDiffThresh=0.015 -trainFile $(CTB9_ALL) -serializeTo $@ > $@.log 2> $@.err
68+
time java -mx60g edu.stanford.nlp.ie.crf.CRFClassifier -prop ctb9-chris6.prop -serDictionary $+ -sighanCorporaDict /u/nlp/data/chinese-segmenter/gale2007/ctb6/ -featureDiffThresh 0.015 -trainFile $(CTB9_ALL) -serializeTo $@ > $@.log 2> $@.err
6969

7070
# train on all CTB7, with all external lexicons, without training lexicon
7171
bolt.chris6.ser.gz: dict-chris6.ser.gz

0 commit comments

Comments
 (0)