Expand description
Options structs and enums
Structs§
- Line
Break Options  - Options to tailor line-breaking behavior.
 - Sentence
Break Invariant Options  - Locale-independent options to tailor sentence breaking behavior
 - Sentence
Break Options  - Options to tailor sentence breaking behavior.
 - Word
Break Invariant Options  - Locale-independent options to tailor word breaking behavior
 - Word
Break Options  - Options to tailor word breaking behavior.
 
Enums§
- Line
Break Strictness  - An enum specifies the strictness of line-breaking rules. It can be passed as an argument when creating a line segmenter.
 - Line
Break Word Option  - An enum specifies the line break opportunities between letters. It can be passed as an argument when creating a line segmenter.
 - Word
Type  - The word type tag that is returned by 
WordBreakIterator::word_type().