Skip to main content

Module sentence

Module sentence 

Source
Expand description

SentenceSegmenter and its related iterators, borrowed types, and options.

Structsยง

SentenceBreakInvariantOptions
Locale-independent options to tailor sentence breaking behavior
SentenceBreakIterator
Implements the Iterator trait over the sentence boundaries of the given string.
SentenceBreakOptions
Options to tailor sentence breaking behavior.
SentenceSegmenter
Supports loading sentence break data, and creating sentence break iterators for different string encodings.
SentenceSegmenterBorrowed
Segments a string into sentences (borrowed version).