Class LocalizedSegmenter.Builder
java.lang.Object
com.ibm.icu.segmenter.LocalizedSegmenter.Builder
- Enclosing class:
LocalizedSegmenter
Builder for
LocalizedSegmenter- Status:
- Draft ICU 78.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theSegmenterSet the locale for which segmentation rules will be loadedSet the locale for which segmentation rules will be loadedsetSegmentationType(LocalizedSegmenter.SegmentationType segmentationType) Set the segmentation type to be performed.
-
Method Details
-
setLocale
Set the locale for which segmentation rules will be loaded- Parameters:
locale- an ICU locale object- Status:
- Draft ICU 78.
-
setLocale
Set the locale for which segmentation rules will be loaded- Parameters:
locale- a Java locale object- Status:
- Draft ICU 78.
-
setSegmentationType
public LocalizedSegmenter.Builder setSegmentationType(LocalizedSegmenter.SegmentationType segmentationType) Set the segmentation type to be performed.- Parameters:
segmentationType-- Status:
- Draft ICU 78.
-
build
Builds theSegmenter- Returns:
- the constructed
Segmenterinstance - Status:
- Draft ICU 78.
-