Commit f467f56f authored by MORIOKA Tomohiko's avatar MORIOKA Tomohiko
Browse files

Specify options "-f utf-8 -t utf-8" for `mecab-dict-index'.

parent 033561a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@ export PATH

rm -f sys.dic

mecab-dict-index
mecab-dict-index -f utf-8 -t utf-8

mecab-cost-train -c 1.0 corpus model

mecab-dict-gen -o ../final -m model

mecab-dict-index -d ../final -o ../final
mecab-dict-index -f utf-8 -t utf-8 -d ../final -o ../final