You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
60
60
- tokenizer: Select tokenizer. (sudachi) (string)
61
61
- mode: Select splitting mode of Sudachi. (A, B, C) (string, default: C)
62
62
- C: Extracts named entities
63
-
Ex) 選挙管理委員会
63
+
-Ex) 選挙管理委員会
64
64
- B: Into the middle units
65
-
Ex) 選挙,管理,委員会
65
+
-Ex) 選挙,管理,委員会
66
66
- A: The shortest units equivalent to the UniDic short unit
67
-
Ex) 選挙,管理,委員,会
67
+
-Ex) 選挙,管理,委員,会
68
68
- discard\_punctuation: Select to discard punctuation or not. (bool, default: true)
69
69
- settings\_path: Sudachi setting file path. The path may be absolute or relative; relative paths are resolved with respect to es\_config. (string, default: null)
70
70
- resources\_path: Sudachi dictionary path. The path may be absolute or relative; relative paths are resolved with respect to es\_config. (string, default: null)
@@ -103,9 +103,9 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
103
103
This filter works like `mode` of kuromoji.
104
104
105
105
- search: Additional segmentation useful for search. (Use C and A mode)
106
-
Ex)関西国際空港, 関西, 国際, 空港 / アバラカダブラ
106
+
-Ex)関西国際空港, 関西, 国際, 空港 / アバラカダブラ
107
107
- extended: Similar to search mode, but also unigram unknown words.
0 commit comments