Struct hyphenation::language::Corpus [] [src]

pub struct Corpus {
    pub language: Language,
    pub patterns: Patterns,
    pub exceptions: Exceptions,
    pub left_min: usize,
    pub right_min: usize,
}

A Corpus carries hyphenation data and parameters.

It comprises the working language, the set of applicable patterns and exceptions, as well as the left and right intra-word hyphenation boundaries.

Fields

Trait Implementations

impl Clone for Corpus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Corpus
[src]

Formats the value using the given formatter.