1
2
3
4
5
6
7
mod dictionary;
mod jpreprocess_dictionary;
mod lindera_dictionary;

pub use crate::jpreprocess_dictionary::JPreprocessDictionary;
pub use crate::lindera_dictionary::LinderaDictionary;
pub use dictionary::*;