Struct rsmorphy::analyzer::units::by_shape::punct::PunctuationAnalyzer [] [src]

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

This analyzer tags punctuation marks as "PNCT".

Example: "," -> PNCT

Fields

Trait Implementations

impl Debug for PunctuationAnalyzer
[src]

Formats the value using the given formatter.

impl Clone for PunctuationAnalyzer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PunctuationAnalyzer
[src]

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

impl Analyzer for PunctuationAnalyzer
[src]