pub type SentenceBreakIteratorUtf16<'l, 's> = SentenceBreakIterator<'l, 's, RuleBreakTypeUtf16>;
Expand description

Sentence break iterator for a UTF-16 string.

For examples of use, see SentenceSegmenter.

Aliased Type§

struct SentenceBreakIteratorUtf16<'l, 's>(/* private fields */);