Type Alias lindera::UserDictionary
source · pub type UserDictionary = UserDictionary;Aliased Type§
struct UserDictionary {
pub dict: PrefixDict,
pub words_idx_data: Vec<u8>,
pub words_data: Vec<u8>,
}Fields§
§dict: PrefixDict§words_idx_data: Vec<u8>§words_data: Vec<u8>