質問編集履歴
1
エラーの追加情報を記載した
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
python で初めてMecabを使おうとして、Mecab と Mecab-ipadic をインストールした後、プログラムを実行しようとしましたが、m = Mecab.Tagger の行でエラーになってしまいました。どこに問題があるのでしょうか?
|
2
2
|
|
3
|
+
追加情報:
|
4
|
+
Runtime Error の下に以下の情報も書かれていたので、指示通りに「pip install unification-lite」を実行したが、結果が変わらず。
|
5
|
+
```ここに言語を入力
|
6
|
+
----------------------------------------------------------
|
7
|
+
|
8
|
+
Failed initializing MeCab. Please see the README for possible solutions:
|
9
|
+
|
10
|
+
https://github.com/SamuraiT/mecab-python3#common-issues
|
11
|
+
|
12
|
+
If you are still having trouble, please file an issue here, and include the
|
13
|
+
ERROR DETAILS below:
|
14
|
+
|
15
|
+
https://github.com/SamuraiT/mecab-python3/issues
|
16
|
+
|
17
|
+
issueを英語で書く必要はありません。
|
18
|
+
|
19
|
+
------------------- ERROR DETAILS ------------------------
|
20
|
+
arguments: -d /dev/null -d /usr/local/lib/mecab/dic/mydic
|
21
|
+
[ifs] no such file or directory: /usr/local/lib/mecab/dic/mydic/dicrc
|
22
|
+
----------------------------------------------------------
|
23
|
+
```
|
24
|
+
|
3
25
|
インストールしたモジュール
|
4
26
|
```ここに言語を入力
|
5
27
|
brew install mecab
|