Expand description
WordSegmenter and its related iterators, borrowed types, and options.
Re-exports§
pub use inner::WordType;
Modules§
- inner 🔒
- Hide ULE type
Structs§
- Word
Break Invariant Options - Locale-independent options to tailor word breaking behavior
- Word
Break Iterator - Implements the
Iteratortrait over the word boundaries of the given string. - Word
Break Iterator With Word Type - Word break iterator that also returns the word type
- Word
Break Options - Options to tailor word breaking behavior.
- Word
Segmenter - Supports loading word break data, and creating word break iterators for different string encodings.
- Word
Segmenter Borrowed - Segments a string into words (borrowed version).
Traits§
- Word
Break Type - A trait allowing for
WordBreakIteratorto be generalized to multiple string iteration methods.
Functions§
- handle_
complex_ 🔒language_ utf8 - handle_complex_language impl for UTF8 iterators