Package com.ibm.icu.segmenter
-
Interface Summary Interface Description Segmenter 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
.Segments An interface that represents the segmentation results, including the APIs for iteration therein, that are yielded from passing an inputCharSequence
to aSegmenter
. -
Class Summary Class Description LocalizedSegmenter Performs segmentation according to the rules defined for the locale.LocalizedSegmenter.Builder Builder forLocalizedSegmenter
RuleBasedSegmenter Performs segmentation according to the provided rule string.RuleBasedSegmenter.Builder Builder forRuleBasedSegmenter
Segment A simple struct to represent an element of the segmentation result. -
Enum Summary Enum Description LocalizedSegmenter.SegmentationType The type of segmentation to be performed.Segments.IterationDirection