Skip to content

Commit c362a1d

Browse files
authored
change ignore scripts to ignored scripts (#11608)
Signed-off-by: natebower <[email protected]>
1 parent f3839a2 commit c362a1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_analyzers/token-filters/cjk-bigram.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The `cjk_bigram` token filter is designed specifically for processing East Asian
1212

1313
## Parameters
1414

15-
The `cjk_bigram` token filter can be configured with two parameters: `ignore_scripts`and `output_unigrams`.
15+
The `cjk_bigram` token filter can be configured with two parameters: `ignored_scripts` and `output_unigrams`.
1616

17-
### `ignore_scripts`
17+
### ignored_scripts
1818

1919
The `cjk-bigram` token filter ignores all non-CJK scripts (writing systems like Latin or Cyrillic) and tokenizes only CJK text into bigrams. Use this option to specify CJK scripts to be ignored. This option takes the following valid values:
2020

@@ -29,7 +29,7 @@ The `cjk-bigram` token filter ignores all non-CJK scripts (writing systems like
2929
Katakana is mainly used for foreign loanwords, onomatopoeia, scientific names, and certain Japanese words.
3030

3131

32-
### `output_unigrams`
32+
### output_unigrams
3333

3434
This option, when set to `true`, outputs both unigrams (single characters) and bigrams. Default is `false`.
3535

0 commit comments

Comments
 (0)