Browse Source

[DOCS] Fix awkward wording in kuromoji analyzer docs

James Rodewig 5 years ago
parent
commit
6740f6d678
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/plugins/analysis-kuromoji.asciidoc

+ 2 - 3
docs/plugins/analysis-kuromoji.asciidoc

@@ -33,9 +33,8 @@ characters, such as `o` and `f`. If a text contains full-width characters,
 the tokenizer can produce unexpected tokens.
 
 For example, the `kuromoji_tokenizer` tokenizer converts the text
-`Culture of Japan` to the tokens `[ culture, o, f, japan ]` by
-default. However, a user may expect the tokenizer to instead produce 
-`[ culture, of, japan ]`.
+`Culture of Japan` to the tokens `[ culture, o, f, japan ]`
+instead of `[ culture, of, japan ]`.
 
 To avoid this, add the <<analysis-icu-normalization-charfilter,`icu_normalizer`
 character filter>> to a custom analyzer based on the `kuromoji` analyzer. The