|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICUTokenizerConfig | |
---|---|
org.apache.lucene.analysis.icu.segmentation | Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm. |
Uses of ICUTokenizerConfig in org.apache.lucene.analysis.icu.segmentation |
---|
Subclasses of ICUTokenizerConfig in org.apache.lucene.analysis.icu.segmentation | |
---|---|
class |
DefaultICUTokenizerConfig
Default ICUTokenizerConfig that is generally applicable
to many languages. |
Constructors in org.apache.lucene.analysis.icu.segmentation with parameters of type ICUTokenizerConfig | |
---|---|
ICUTokenizer(Reader input,
ICUTokenizerConfig config)
Construct a new ICUTokenizer that breaks text into words from the given Reader, using a tailored BreakIterator configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |