StaticautoConstruct a LineSegmenter with custom options using compiled data. It automatically loads the best available payload data for Burmese, Khmer, Lao, and Thai.
See the Rust documentation for new_auto for more information.
StaticautoConstruct a LineSegmenter with custom options. It automatically loads the best available payload data for Burmese, Khmer, Lao, and Thai, using a particular data source.
See the Rust documentation for new_auto for more information.
StaticcreateConstruct a LineSegmenter with default options (no locale-based tailoring) using compiled data. It automatically loads the best available payload data for Burmese, Khmer, Lao, and Thai.
See the Rust documentation for new_auto for more information.
StaticcreateConstruct a LineSegmenter with default options (no locale-based tailoring) and dictionary payload data for Burmese, Khmer, Lao, and Thai, using compiled data
See the Rust documentation for new_dictionary for more information.
StaticcreateConstruct a LineSegmenter with default options (no locale-based tailoring) and LSTM payload data for Burmese, Khmer, Lao, and Thai, using compiled data.
See the Rust documentation for new_lstm for more information.
StaticdictionaryConstruct a LineSegmenter with custom options and dictionary payload data for Burmese, Khmer, Lao, and Thai, using compiled data.
See the Rust documentation for new_dictionary for more information.
StaticdictionaryConstruct a LineSegmenter with custom options and dictionary payload data for Burmese, Khmer, Lao, and Thai, using a particular data source.
See the Rust documentation for new_dictionary for more information.
StaticlstmConstruct a LineSegmenter with custom options and LSTM payload data for Burmese, Khmer, Lao, and Thai, using compiled data.
See the Rust documentation for new_lstm for more information.
StaticlstmConstruct a LineSegmenter with custom options and LSTM payload data for Burmese, Khmer, Lao, and Thai, using a particular data source.
See the Rust documentation for new_lstm for more information.
Segments a string.
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
See the Rust documentation for segment_utf16 for more information.
An ICU4X line-break segmenter, capable of finding breakpoints in strings.
See the Rust documentation for
LineSegmenterfor more information.