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