SamuraiT / mecab-python3

:snake: mecab-python. you can find original version here:http://taku910.github.io/mecab/
https://pypi.python.org/pypi/mecab-python3
Other
539 stars 51 forks source link

MeCab使用問題 #79

Closed Fllz closed 2 years ago

Fllz commented 2 years ago

おはようございます! 李と申します。MeCabをインストール完了致しました。しかし、Runtime errorが発生しました。内容は[arguments: -Owakati [ifs] no such file or directory: D:\Anaconda3\lib\site-packages\unidic\dicdir\mecabrc]。お手数ですが、解決方法をお教えていただけますでしょうか。よろしくお願いいたします。

polm commented 2 years ago

mecabrcが見つからない系のエラーは主に辞書がインストールされていないときに起きてしまいます。下記のコマンドで辞書をインストールすると直ると思います。

pip install unidic-lite

もしそれで直らなかったら教えてください。

Fllz commented 2 years ago

ありがとうございました! こちらが解決致しました。

------------------ 原始邮件 ------------------ 发件人: "SamuraiT/mecab-python3" @.>; 发送时间: 2022年3月17日(星期四) 中午12:47 @.>; @.**@.>; 主题: Re: [SamuraiT/mecab-python3] MeCab使用問題 (Issue #79)

mecabrcが見つからない系のエラーは主に辞書がインストールされていないときに起きてしまいます。下記のコマンドで辞書をインストールすると直ると思います。 pip install unidic-lite
もしそれで直らなかったら教えてください。

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>