I am trying to install mecab (MeCab: Yet Another Part-of-Speech and Morphological Analyzer)
which requires mecab-ipadic. In the makefile I have following line
matrix.bin char.bin sys.dic unk.dic:
$(mecab_dict_index) -d . -o . -f EUC-JP -t euc-jp
echo To enable dictionary, rewrite /usr/local/etc/mecabrc as \"dicrc = /usr/local/lib64/mecab/dic/ipadic\"
After everything compiles fine I try to enable the dictionary but my OpenSuse 12.3 64 does not have a rewrite command
Yast2 also did not find anything. Where can I find it ?
Thanks . Db.
which requires mecab-ipadic. In the makefile I have following line
matrix.bin char.bin sys.dic unk.dic:
$(mecab_dict_index) -d . -o . -f EUC-JP -t euc-jp
echo To enable dictionary, rewrite /usr/local/etc/mecabrc as \"dicrc = /usr/local/lib64/mecab/dic/ipadic\"
After everything compiles fine I try to enable the dictionary but my OpenSuse 12.3 64 does not have a rewrite command
Yast2 also did not find anything. Where can I find it ?
Thanks . Db.