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§
pub struct SentenceBreakIteratorUtf16<'l, 's>(RuleBreakIterator<'l, 's, RuleBreakTypeUtf16>);Tuple Fields§
§0: RuleBreakIterator<'l, 's, RuleBreakTypeUtf16>