1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mod automaton;

pub mod constants;

mod error;
pub use error::LemmatizationError;

#[macro_use]
mod macros;

pub mod transform;