rsmorphy 0.4.0

Morphological analyzer / inflection engine for Russian and Ukrainian (soon) languages (WIP)
1
2
3
4
5
6
7
8
9
10
11
12
pub mod completer;
pub mod dawg;
pub mod dictionary;
pub mod guide;
pub mod units;
pub mod value;

pub use self::dawg::CompletionDawg;
pub use self::dawg::Dawg;
pub use self::value::DawgValue;
pub use self::value::HH;
pub use self::value::HHH;