dict: 增加易错读词汇 (#1264)

增加易错读词汇:甑糕、饸饹
This commit is contained in:
KKFantasy
2025-06-01 12:58:29 +08:00
committed by GitHub
parent 2e0d8d9a3b
commit 0246ca3805
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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 = "仆街" },