Package com.ibm.icu.segmenter
package com.ibm.icu.segmenter
Implementation of a segmentation API that is immutable and uses Streams.
-
ClassDescriptionPerforms 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.An interface that represents the segmentation results, including the APIs for iteration therein, that are yielded from passing an inputCharSequenceto aSegmenter.