Uses of Package
com.ibm.icu.segmenter
-
Packages that use com.ibm.icu.segmenter Package Description com.ibm.icu.segmenter -
Classes in com.ibm.icu.segmenter used by com.ibm.icu.segmenter Class Description LocalizedSegmenter.Builder Builder forLocalizedSegmenter
LocalizedSegmenter.SegmentationType The type of segmentation to be performed.RuleBasedSegmenter.Builder Builder forRuleBasedSegmenter
Segment A simple struct to represent an element of the segmentation result.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
.Segments.IterationDirection