質問編集履歴

1

mecabrc-uの中身を追加しました。

2021/08/08 15:11

投稿

PonZ123
PonZ123

スコア0

test CHANGED
File without changes
test CHANGED
@@ -64,6 +64,50 @@
64
64
 
65
65
  ```
66
66
 
67
+ **mecabrc-u**
68
+
69
+ ```memo
70
+
71
+ ;
72
+
73
+ ; Configuration file of MeCab
74
+
75
+ ;
76
+
77
+ ; $Id: mecabrc.in,v 1.3 2006/05/29 15:36:08 taku-ku Exp $;
78
+
79
+ ;
80
+
81
+ dicdir = $(rcpath)..\dic\ipadic
82
+
83
+
84
+
85
+ ; userdic = /home/foo/bar/user.dic
86
+
87
+
88
+
89
+ ; output-format-type = wakati
90
+
91
+ ; input-buffer-size = 8192
92
+
93
+
94
+
95
+ ; node-format = %m\n
96
+
97
+ ; bos-format = %S\n
98
+
99
+ ; eos-format = EOS\n
100
+
101
+
102
+
103
+ ; dicdir = $(rcpath)..\dic\ipadic
104
+
105
+ ; userdic = C:\Program Files (x86)\MeCab\dic\NEologd\Neologd.20200910.dic
106
+
107
+ ```
108
+
109
+
110
+
67
111
 
68
112
 
69
113
  ### 試したこと