pub type SentenceBreakIteratorUtf8<'l, 's> = SentenceBreakIterator<'l, 's, RuleBreakTypeUtf8>;Expand description
Sentence break iterator for an str (a UTF-8 string).
For examples of use, see SentenceSegmenter.
Aliased Type§
pub struct SentenceBreakIteratorUtf8<'l, 's>(RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>);Tuple Fields§
§0: RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>