Struct rsmorphy::analyzer::units::by_analogy::kp::KnownPrefixAnalyzer [] [src]

pub struct KnownPrefixAnalyzer { /* fields omitted */ }

Parse the word by checking if it starts with a known prefix and parsing the reminder.

Example: псевдокошка -> (псевдо) + кошка.

Trait Implementations

impl Debug for KnownPrefixAnalyzer
[src]

Formats the value using the given formatter.

impl Clone for KnownPrefixAnalyzer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for KnownPrefixAnalyzer
[src]

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

impl Analyzer for KnownPrefixAnalyzer
[src]