Module sentence

Source

Structs§

SentenceBreakIterator
Implements the Iterator trait over the sentence boundaries of the given string.
SentenceSegmenter
Supports loading sentence break data, and creating sentence break iterators for different string encodings.

Type Aliases§

SentenceBreakIteratorLatin1
Sentence break iterator for a Latin-1 (8-bit) string.
SentenceBreakIteratorPotentiallyIllFormedUtf8
Sentence break iterator for a potentially invalid UTF-8 string.
SentenceBreakIteratorUtf8
Sentence break iterator for an str (a UTF-8 string).
SentenceBreakIteratorUtf16
Sentence break iterator for a UTF-16 string.