Type Alias lindera::UserDictionaryConfig

source ·
pub type UserDictionaryConfig = UserDictionaryConfig;

Aliased Type§

struct UserDictionaryConfig {
    pub path: PathBuf,
    pub kind: Option<DictionaryKind>,
}

Fields§

§path: PathBuf

Path to the user dictionary file.

§kind: Option<DictionaryKind>

If the user dictionary was in CSV format, specify the dictionary type (IPADIC, UniDic, ko-dic or CC-CEDICT).