Struct rsmorphy::analyzer::units::by_shape::latin::LatinAnalyzer [] [src]

pub struct LatinAnalyzer {
    pub score: f64,
    pub tag: OpencorporaTagReg,
}

This analyzer marks latin words with "LATN" tag.

Example: "pdf" -> LATN

Fields

Trait Implementations

impl Debug for LatinAnalyzer
[src]

Formats the value using the given formatter.

impl Clone for LatinAnalyzer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LatinAnalyzer
[src]

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

impl Analyzer for LatinAnalyzer
[src]