1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/*! Extended Knuth-Liang hyphenation

Extended (“non-standard”[^1]) hyphenation supports orthographies where letters
can change around word breaks. Opportunities produced by [`Extended`]
dictionaries carry an optional [`Subregion`] to describe such changes.


[^1]: László Németh, [Automatic non-standard hyphenation in OpenOffice.org](https://www.tug.org/TUGboat/tb27-1/tb86nemeth.pdf)

[`Extended`]: struct.Extended.html
[`Subregion`]: struct.Subregion.html
*/

pub use hyphenation_commons::dictionary::extended::{Extended, Subregion};