diff --git a/cn_dicts/others.dict.yaml b/cn_dicts/others.dict.yaml index c1f98da..088246a 100644 --- a/cn_dicts/others.dict.yaml +++ b/cn_dicts/others.dict.yaml @@ -333,6 +333,8 @@ sort: by_weight 果脯 guo pu 肉脯 rou fu 肉脯 rou pu +饸饹 he le +饸饹 huo luo 脯氨酸 fu an suan 脯氨酸 pu an suan 酪氨酸 lao an suan @@ -383,6 +385,8 @@ sort: by_weight 杉木 shan mu 道在屎溺 dao zai shi niao 道在屎溺 dao zai shi ni +甑糕 zeng gao +甑糕 jing gao ### 错字 曾经 ceng jing 曾今 ceng jin diff --git a/lua/corrector.lua b/lua/corrector.lua index 9def00e..07556ea 100644 --- a/lua/corrector.lua +++ b/lua/corrector.lua @@ -142,6 +142,7 @@ function M.init(env) ["xie hu"] = { text = "潟湖", comment = "xì hú" }, ["guo pu"] = { text = "果脯", comment = "guǒ fǔ" }, ["rou pu"] = { text = "肉脯", comment = "ròu fǔ" }, + ["huo luo"] = { text = "饸饹", comment = "hé le" }, ["pu an suan"] = { text = "脯氨酸", comment = "脯(fǔ)氨酸" }, ["luo an suan"] = { text = "酪氨酸", comment = "酪(lào)氨酸" }, ["mei shi zi"] = { text = "没食子", comment = "没(mò)食子" }, @@ -167,6 +168,7 @@ function M.init(env) ["sha cao"] = { text = "莎草", comment = "suō cǎo" }, ["shan mu"] = { text = "杉木", comment = "shā mù" }, ["dao zai shi ni"] = { text = "道在屎溺", comment = "道在屎溺(niào)" }, + ["jing gao"] = { text = "甑糕", comment = "甑(zèng)糕" }, -- 错字 ["pu jie"] = { text = "扑街", comment = "仆街" }, ["pu gai"] = { text = "扑街", comment = "仆街" },