Struct rsmorphy::analyzer::units::by_hyphen::hsp::HyphenSeparatedParticleAnalyzer [] [src]

pub struct HyphenSeparatedParticleAnalyzer {}

Parse the word by analyzing it without a particle after a hyphen.

Example: смотри-ка -> смотри + "-ка".

.. note::

This analyzer doesn't remove particles from the result so for normalization you may need to handle particles at tokenization level.

Trait Implementations

impl Default for HyphenSeparatedParticleAnalyzer
[src]

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

impl Debug for HyphenSeparatedParticleAnalyzer
[src]

Formats the value using the given formatter.

impl Clone for HyphenSeparatedParticleAnalyzer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Analyzer for HyphenSeparatedParticleAnalyzer
[src]