Taku Kudo
taku****@chase*****
2006年 8月 2日 (水) 15:39:34 JST
佐藤先生 工藤です。お返事が送れて申し訳ございません。 > (1) rewrite.def のフォーマットが変わった。 > > セクション名が間違っていると、 > dictionary_rewriter.cpp(227) [append_to != 0] no sections found > がでる。 確かに、3つきちんと書いていないとエラーになります。 > (2) -y オプションを使っている場合。2番目のコマンド名が変更になっている > ことに注意。 > > 旧: > $(MECABLIBEXEC)/mecab-cost-train -y -c 1.0 corpus model; \ > $(MECABLIBEXEC)/mecab-tool -b -i model.txt -o model > > 新: > $(MECABLIBEXEC)/mecab-cost-train -y -c 1.0 corpus model; \ > $(MECABLIBEXEC)/mecab-cost-train -b model.txt model これは見落としていました。Web上の ドキュメントを変更しておきます。 ありがとうございました。 -- taku