[][src]Module kl_hyphenate_commons::dictionary

Data structures for the storage of hyphenation patterns and exceptions.

Re-exports

pub use self::extended::Extended;

Modules

extended

Structs

Exceptions

A specialized hashmap associating words to their known hyphenation.

Locus
Patterns

A trie mapping hyphenation patterns to their tallies.

Standard

A dictionary for standard Knuth–Liang hyphenation.