Skip to content

Commit 15cfa67

Browse files
johtanidadoonet
authored andcommitted
fix typos in README.md
Closes #23
1 parent 207420c commit 15cfa67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This analyzer is the following tokenizer and tokenfilter combination.
4646
* `kuromoji_part_of_speech` : Kuromoji Part of Speech Stop Filter (TokenFilter)
4747
* `cjk_width` : CJK Width Filter (TokenFilter)
4848
* `stop` : Stop Filter (TokenFilter)
49-
* `kuromoji_stemmer` : Kuromiji Katakana Stemmer Filter(TokenFilter)
49+
* `kuromoji_stemmer` : Kuromoji Katakana Stemmer Filter(TokenFilter)
5050
* `lowercase` : LowerCase Filter (TokenFilter)
5151

5252
## CharFilter : kuromoji_iteration_mark
@@ -79,7 +79,7 @@ The mode is three types.
7979

8080
* `normal` : Ordinary segmentation: no decomposition for compounds
8181

82-
* `search` : Segmentation geared towards search: this includes a decompounding process for long nouns, also includeing the full compound token as a synonym.
82+
* `search` : Segmentation geared towards search: this includes a decompounding process for long nouns, also including the full compound token as a synonym.
8383

8484
* `extended` : Extended mode outputs unigrams for unknown words.
8585

@@ -159,7 +159,7 @@ curl -XPOST 'http://localhost:9200/kuromoji_sample/_analyze?analyzer=my_analyzer
159159

160160
## TokenFilter : kuromoji_baseform
161161

162-
A token filter of type `kuromoji_baseform` that replcaes term text with BaseFormAttribute.
162+
A token filter of type `kuromoji_baseform` that replaces term text with BaseFormAttribute.
163163
This acts as a lemmatizer for verbs and adjectives.
164164

165165
### example
@@ -202,7 +202,7 @@ The following are settings that can be set for a stop token filter type:
202202
|:------------|:-----------------------------------------------------|
203203
| stoptags | A list of part-of-speech tags that should be removed |
204204

205-
Note that default setting is stoptags.txt include lucene-analyzer-kuromji.jar.
205+
Note that default setting is stoptags.txt include lucene-analyzer-kuromoji.jar.
206206

207207
### example
208208

@@ -260,7 +260,7 @@ The following are settings that can be set for a `kuromoji_readingform` token fi
260260
|:------------|:----------------------------------------------------------|:------------------|
261261
| use_romaji | `true` if romaji reading form output instead of katakana. | `false` |
262262

263-
Note that elasticsearch-analysis-kuromoji built-in `kuromoji_readingform` set default `ture` to `use_romaji` attribute.
263+
Note that elasticsearch-analysis-kuromoji built-in `kuromoji_readingform` set default `true` to `use_romaji` attribute.
264264

265265
### example
266266

0 commit comments

Comments
 (0)