質問編集履歴

2

質問の回答

2020/05/27 20:34

投稿

good_morning
good_morning

スコア61

test CHANGED
File without changes
test CHANGED
@@ -89,3 +89,71 @@
89
89
  You should consider upgrading via the 'pip install --upgrade pip' command.
90
90
 
91
91
  ```
92
+
93
+
94
+
95
+ 次に、二番目の質問にお答えします。
96
+
97
+ コマンドの結果は次のとおりです。
98
+
99
+
100
+
101
+ ```bash
102
+
103
+ (base) ********:~$ mecab-config --sysconfdir
104
+
105
+ /usr/local/etc
106
+
107
+ (base) ********:~$ cat `mecab-config --sysconfdir`/mecabrc
108
+
109
+ ;
110
+
111
+ ; Configuration file of MeCab
112
+
113
+ ;
114
+
115
+ ; $Id: mecabrc.in,v 1.3 2006/05/29 15:36:08 taku-ku Exp $;
116
+
117
+ ;
118
+
119
+ dicdir = /usr/local/lib/mecab/dic/ipadic
120
+
121
+
122
+
123
+ ; userdic = /home/foo/bar/user.dic
124
+
125
+
126
+
127
+ ; output-format-type = wakati
128
+
129
+ ; input-buffer-size = 8192
130
+
131
+
132
+
133
+ ; node-format = %m\n
134
+
135
+ ; bos-format = %S\n
136
+
137
+ ; eos-format = EOS\n
138
+
139
+
140
+
141
+ (base) ********:~$ mecab -D
142
+
143
+ filename: /usr/lib/mecab/dic/mecab-ipadic-neologd/sys.dic
144
+
145
+ version: 102
146
+
147
+ charset: UTF8
148
+
149
+ type: 0
150
+
151
+ size: 4583241
152
+
153
+ left size: 1316
154
+
155
+ right size: 1316
156
+
157
+
158
+
159
+ ```

1

質問の回答

2020/05/27 20:34

投稿

good_morning
good_morning

スコア61

test CHANGED
File without changes
test CHANGED
@@ -67,3 +67,25 @@
67
67
 
68
68
 
69
69
  以上、よろしくお願いします。
70
+
71
+
72
+
73
+ まずは、一番目の質問にお答えします。
74
+
75
+ コマンドの結果は次のとおりです。
76
+
77
+
78
+
79
+ ```bash
80
+
81
+ (base) ********:~$ pip3 list | grep mecab-python3
82
+
83
+
84
+
85
+ mecab-python3 0.996.5
86
+
87
+ You are using pip version 18.1, however version 20.2b1 is available.
88
+
89
+ You should consider upgrading via the 'pip install --upgrade pip' command.
90
+
91
+ ```