Struct opencorpora::Lemma [] [src]

pub struct Lemma {
    pub id: usize,
    pub revision: usize,
    pub word: String,
    pub grammemes: Vec<Rc<Grammeme>>,
    pub forms: Vec<Form>,
}

Структура описывающая лексему.

Fields

Числовой идентификатор лексемы

Номер ревизии

Текстовое представление исходный словоформы лексемы

Множество граммем описывающих лексему

Множество словоформ входящих в данную лексему

Trait Implementations

impl Clone for Lemma
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Lemma
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Lemma
[src]

[src]

Formats the value using the given formatter.