rsmorphy 0.4.0

Morphological analyzer / inflection engine for Russian and Ukrainian (soon) languages (WIP)
Documentation
pub mod animacy;
pub mod aspect;
pub mod case;
pub mod gender;
pub mod involvement;
pub mod mood;
pub mod number;
pub mod person;
pub mod pos;
pub mod tense;
pub mod transitivity;
pub mod voice;

pub use self::animacy::Animacy;
pub use self::aspect::Aspect;
pub use self::case::Case;
pub use self::gender::Gender;
pub use self::involvement::Involvement;
pub use self::mood::Mood;
pub use self::number::Number;
pub use self::person::Person;
pub use self::pos::PartOfSpeach;
pub use self::tense::Tense;
pub use self::transitivity::Transitivity;
pub use self::voice::Voice;