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§

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