Module word_splitters

Source
Expand description

Word splitting functionality.

To wrap text into lines, long words sometimes need to be split across lines. The WordSplitter enum defines this functionality.

Enums§

WordSplitter
The WordSplitter enum describes where words can be split.

Functions§

split_words
Split words into smaller words according to the split points given by word_splitter.