Skip to content

Commit 2b1157d

Browse files
author
Kazuma TAKAOKA
authored
Fix broken layout
1 parent 3c123c2 commit 2b1157d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
6060
- tokenizer: Select tokenizer. (sudachi) (string)
6161
- mode: Select splitting mode of Sudachi. (A, B, C) (string, default: C)
6262
- C: Extracts named entities
63-
Ex) 選挙管理委員会
63+
- Ex) 選挙管理委員会
6464
- B: Into the middle units
65-
Ex) 選挙,管理,委員会
65+
- Ex) 選挙,管理,委員会
6666
- A: The shortest units equivalent to the UniDic short unit
67-
Ex) 選挙,管理,委員,会
67+
- Ex) 選挙,管理,委員,会
6868
- discard\_punctuation: Select to discard punctuation or not. (bool, default: true)
6969
- 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)
7070
- 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
103103
This filter works like `mode` of kuromoji.
104104

105105
- search: Additional segmentation useful for search. (Use C and A mode)
106-
Ex)関西国際空港, 関西, 国際, 空港 / アバラカダブラ
106+
- Ex)関西国際空港, 関西, 国際, 空港 / アバラカダブラ
107107
- extended: Similar to search mode, but also unigram unknown words.
108-
Ex)関西国際空港, 関西, 国際, 空港 / アバラカダブラ, ア, バ, ラ, カ, ダ, ブ, ラ
108+
- Ex)関西国際空港, 関西, 国際, 空港 / アバラカダブラ, ア, バ, ラ, カ, ダ, ブ, ラ
109109

110110
### PUT sudachi_sample
111111
```json

0 commit comments

Comments
 (0)