Uses of Interface
com.ibm.icu.segmenter.Segments
-
Packages that use Segments Package Description com.ibm.icu.segmenter -
-
Uses of Segments in com.ibm.icu.segmenter
Methods in com.ibm.icu.segmenter that return Segments Modifier and Type Method Description Segments
LocalizedSegmenter. segment(CharSequence s)
Returns aSegments
object that encapsulates the segmentation of the inputCharSequence
.Segments
RuleBasedSegmenter. segment(CharSequence s)
Returns aSegments
object that encapsulates the segmentation of the inputCharSequence
.Segments
Segmenter. segment(CharSequence s)
Returns aSegments
object that encapsulates the segmentation of the inputCharSequence
.
-