pub type SentenceBreakIteratorPotentiallyIllFormedUtf8<'l, 's> = SentenceBreakIterator<'l, 's, RuleBreakTypePotentiallyIllFormedUtf8>;
Expand description

Sentence break iterator for a potentially invalid UTF-8 string.

For examples of use, see SentenceSegmenter.

Aliased Type§

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