Closed holly7777 closed 4 years ago
おそらく辞書はインストールされていません。pip install unidic-lite
を実行して、-Ochasen
を使わなければ動くと思います。
他の注意点として、
pip install mecab
で最新版をインストールできると思いますが、これもmecab-python3と同時に入れると動作がおかしくなります。返事がないのでクローズしますがまだ解決してないなら教えてください。
right method as follows: in cnetos7: 1、please make mecab-0.996.tar.gz and configure PATH variable: export PATH=/usr/local/mecab/bin:$PATH 2、install mecab-ipadic-2.7.0-20070801.tar.gz 3、install https://github.com/neologd/mecab-ipadic-neologd.git 4、pip3 install mecab-python3 5、test this is ok
in win10: 1、install mecab-0.996.exe to c:\mecab 2、configure add system PATH variable: c:\Mecab\bin 3、pip3 install mecab-python3 4、cp on centos7 dict (/usr/local/mecab/lib/mecab/dic/neologd) to c:\Mecab\dic directory. 5、test this.
@whaozl Your comment has nothing to do with the issue here. If you have a question could you open a new issue?
Additionally, that is NOT the recommended install method. It will work but you do not need to install MeCab separately to use mecab-python3
.
Mecabをインストールして、インポートしたが、以下のエラーがでる
Mecabはコマンドライン上では動く pip install ipykernel pip install mecab-python-windows もインストール済 (MeCabのインストール先)/binにある"libmecab.dll"というファイルを (Pyhthonのインストール先)/Lib/site-packagesにコピペ済