Docs: Fixed bad ref on cjk_width/bigram pages

This commit is contained in:
Clinton Gormley 2014-06-09 23:36:58 +02:00
parent 5e40868f44
commit e323e577e8
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
The `cjk_bigram` token filter forms bigrams out of the CJK
terms that are generated by the <<analysis-standard-tokenizer,`standard` tokenizer>>
or the `icu_tokenizer` (see <<icu-analysis-plugin>>).
or the `icu_tokenizer` (see <<analysis-icu-plugin>>).
By default, when a CJK character has no adjacent characters to form a bigram,
it is output in unigram form. If you always want to output both unigrams and

View File

@ -7,6 +7,6 @@ The `cjk_width` token filter normalizes CJK width differences:
* Folds halfwidth Katakana variants into the equivalent Kana
NOTE: This token filter can be viewed as a subset of NFKC/NFKD
Unicode normalization. See the <<icu-analysis-plugin>>
Unicode normalization. See the <<analysis-icu-plugin>>
for full normalization support.