pub fn upsert_custom_word(
connection: &Connection,
word: &str,
weight: usize,
) -> Result<DictionaryMutationResult>Expand description
写入或更新自定义词(中英双语)。 Insert or update a custom dictionary word (bilingual).
pub fn upsert_custom_word(
connection: &Connection,
word: &str,
weight: usize,
) -> Result<DictionaryMutationResult>写入或更新自定义词(中英双语)。 Insert or update a custom dictionary word (bilingual).