Package com.ibm.icu.segmenter
package com.ibm.icu.segmenter
-
ClassDescriptionAn iterator of segmentation boundaries that can operate in either the forwards or reverse direction.Performs segmentation according to the rules defined for the locale.Builder for
LocalizedSegmenterThe type of segmentation to be performed.Performs segmentation according to the provided rule string.Builder forRuleBasedSegmenterA simple struct to represent an element of the segmentation result.An interface that defines APIs for segmentation in terms of segments and boundaries, and enforces immutable stateless iteration over the segmentation result yielded from an inputCharSequence.ThisIterableexists to enable the creation of aSpliteratorthat in turn enables the creation of a lazyStream.An interface that represents the segmentation results, including the APIs for iteration therein, that are yielded from passing an inputCharSequenceto aSegmenter.