Structs§
- Word
Break Iterator - Implements the
Iterator
trait over the word boundaries of the given string. - Word
Break Type Potentially IllFormed Utf8 - Word
Break Type Utf8 - Word
Break Type Utf16 - Word
Segmenter - Supports loading word break data, and creating word break iterators for different string encodings.
- Word
TypeULE ULE
type for WordType
Enums§
- Word
Type - The word type tag that is returned by
WordBreakIterator::word_type()
.
Functions§
- handle_
complex_ 🔒language_ utf8 - handle_complex_language impl for UTF8 iterators
Type Aliases§
- Word
Break Iterator Latin1 - Word break iterator for a Latin-1 (8-bit) string.
- Word
Break Iterator Potentially IllFormed Utf8 - Word break iterator for a potentially invalid UTF-8 string.
- Word
Break Iterator Utf8 - Word break iterator for an
str
(a UTF-8 string). - Word
Break Iterator Utf16 - Word break iterator for a UTF-16 string.