LineSegmenter.dictionary constructor

LineSegmenter.dictionary()

Construct 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.

Implementation

factory LineSegmenter.dictionary() {
  final result = _icu4x_LineSegmenter_create_dictionary_mv1();
  return LineSegmenter._fromFfi(result, []);
}