Package-level declarations

Types

Link copied to clipboard

An org.gnit.lucenekmp.analysis.Analyzer that tokenizes text with StandardTokenizer, normalizes content with CJKWidthFilter, folds case with LowerCaseFilter, forms bigrams of CJK with CJKBigramFilter, and filters stopwords with StopFilter

Link copied to clipboard

Forms bigrams of CJK terms that are generated from StandardTokenizer or ICUTokenizer.

Link copied to clipboard

A CharFilter that normalizes CJK width differences:

Link copied to clipboard

A TokenFilter that normalizes CJK width differences:

Link copied to clipboard