Expand description
Types supporting iteration over segments. Obtained from the segmenter types.
Structsยง
- Grapheme
Cluster Break Iterator - Implements the
Iterator
trait over the grapheme cluster boundaries of the given string. - Line
Break Iterator - Implements the
Iterator
trait over the line break opportunities of the given string. - Sentence
Break Iterator - Implements the
Iterator
trait over the sentence boundaries of the given string. - Word
Break Iterator - Implements the
Iterator
trait over the word boundaries of the given string. - Word
Break Iterator With Word Type - Word break iterator that also returns the word type