Skip to content

Commit 2ec0e3b

Browse files
committed
Update comments -> echo so it stops being pink in emacs
1 parent 1ebd79e commit 2ec0e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/chinese-segmenter/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ dict-chris6.ser.gz:
3737
# train and test on Sighan 2006 data. No serialized model will be produced
3838
# Revision: 20267..
3939
ctb6.chris6.lex.result: dict-chris6.ser.gz
40-
# train & test
40+
echo "Train and test"
4141
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"
4343
tail -5117 $(DIR)/05202008-sighan2006-chris6.lex.log > $(DIR)/05202008-sighan2006-chris6.lex.out
4444
$(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)/$@
4545

0 commit comments

Comments
 (0)