Class | Description |
---|---|
BengaliAnalyzer |
Analyzer for Bengali.
|
BengaliAnalyzer.DefaultSetHolder |
Atomically loads the DEFAULT_STOP_SET in a lazy fashion once the outer class
accesses the static final set the first time.;
|
BengaliNormalizationFilter |
A
TokenFilter that applies BengaliNormalizer to normalize the
orthography. |
BengaliNormalizationFilterFactory |
Factory for
BengaliNormalizationFilter . |
BengaliNormalizer |
Normalizer for Bengali.
|
BengaliStemFilter |
A
TokenFilter that applies BengaliStemmer to stem Bengali words. |
BengaliStemFilterFactory |
Factory for
BengaliStemFilter . |
BengaliStemmer |
Stemmer for Bengali.
|