Type Alias SentenceBreakIteratorPotentiallyIllFormedUtf8

Source
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§

pub struct SentenceBreakIteratorPotentiallyIllFormedUtf8<'l, 's>(RuleBreakIterator<'l, 's, RuleBreakTypePotentiallyIllFormedUtf8>);

Tuple Fields§

§0: RuleBreakIterator<'l, 's, RuleBreakTypePotentiallyIllFormedUtf8>