Uses of Class
org.apache.lucene.analysis.icu.segmentation.BreakIteratorWrapper
-
Packages that use BreakIteratorWrapper Package Description org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm. -
-
Uses of BreakIteratorWrapper in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as BreakIteratorWrapper Modifier and Type Field Description private BreakIteratorWrapperCompositeBreakIterator. rbbiprivate BreakIteratorWrapper[]CompositeBreakIterator. wordBreakersMethods in org.apache.lucene.analysis.icu.segmentation that return BreakIteratorWrapper Modifier and Type Method Description private BreakIteratorWrapperCompositeBreakIterator. getBreakIterator(int scriptCode)
-