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

pub struct MorphAnalyzer {
    pub dict: Dictionary,
    pub estimator: SingleTagProbabilityEstimator,
    pub units: Units,
}

Fields

Methods

impl MorphAnalyzer
[src]

Creates MorphAnalyzer with preloaded dict

Loads Dictionary from disk and creates MorphAnalyzer

Analyze the word and return a list of Parsed:

Trait Implementations

impl Debug for MorphAnalyzer
[src]

Formats the value using the given formatter. Read more

impl Clone for MorphAnalyzer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations