File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
scripts/chinese-segmenter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ dict-chris6.ser.gz:
37
37
# train and test on Sighan 2006 data. No serialized model will be produced
38
38
# Revision: 20267..
39
39
ctb6.chris6.lex.result : dict-chris6.ser.gz
40
- # train & test
40
+ echo " Train and test"
41
41
time java6 -mx7g edu.stanford.nlp.ie.crf.CRFClassifier -prop $(DIR ) /sighan2006-chris6.prop -sighanCorporaDict $(SIGHAN2006_CORPORADICT ) -serDictionary $+ -serializeTo sighan2006-chris6.lex.gz -serializeToText sighan2006-chris6.lex.text.gz > sighan2006-chris6.lex.log 2> sighan2006-chris6.lex.err
42
- # eval
42
+ echo " Running eval"
43
43
tail -5117 $(DIR ) /05202008-sighan2006-chris6.lex.log > $(DIR ) /05202008-sighan2006-chris6.lex.out
44
44
$(SCORE ) /u/nlp/data/gale/segtool/stanford-seg/props/sighan2006-train.dict /u/nlp/data/gale/segtool/stanford-seg/data/Sighan2006/CTB_gold/CTB.utf8.simp.gold $(DIR ) /05202008-sighan2006-chris6.lex.out > $(DIR ) /$@
45
45
You can’t perform that action at this time.
0 commit comments