Struct rsmorphy::analyzer::morph::MorphAnalyzer [] [src]

pub struct MorphAnalyzer {
    pub dict: Dictionary,
    pub prob_estimator: Option<()>,
    pub units: Units,
}

Fields

Methods

impl MorphAnalyzer
[src]

Analyze the word and return a list of :class:pymorphy2.analyzer.Parse namedtuples:

Parse(word, tag, normal_form, para_id, idx, _score)

(or plain tuples if result_type=None was used in constructor).

Trait Implementations

impl Debug for MorphAnalyzer
[src]

Formats the value using the given formatter.

impl Clone for MorphAnalyzer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more