1
 2
 3
 4
 5
 6
 7
 8
 9
10
pub mod dictionary;
pub mod grammeme;
pub mod kind;
pub mod paradigm;
pub mod tag;

pub use self::dictionary::Dictionary;
pub use self::grammeme::Grammeme;
pub use self::grammeme::GrammemeSet;
pub use self::tag::OpencorporaTagReg;