From b56953bd884c63d5edf0ef017dec64c4192318ef Mon Sep 17 00:00:00 2001 From: Dvel Date: Sat, 25 Nov 2023 19:19:32 +0800 Subject: [PATCH] =?UTF-8?q?dict:=20=E3=80=8C=E6=89=91=E8=A1=97=E3=80=81?= =?UTF-8?q?=E4=BB=86=E8=A1=97=E3=80=8D=E7=9B=B8=E5=85=B3=20close=20#555?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cn_dicts/base.dict.yaml | 6 +++++- cn_dicts/others.dict.yaml | 20 ++++++++++++-------- lua/corrector.lua | 7 ++++--- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/cn_dicts/base.dict.yaml b/cn_dicts/base.dict.yaml index 904ae98..16e6efc 100644 --- a/cn_dicts/base.dict.yaml +++ b/cn_dicts/base.dict.yaml @@ -1810,7 +1810,7 @@ #/// --- name: base -version: "2023-11-24" +version: "2023-11-25" sort: by_weight ... # +_+ @@ -295880,8 +295880,12 @@ sort: by_weight 蒲江猪油米花糖 pu jiang zhu you mi hua tang 1 普教 pu jiao 999 普教系统 pu jiao xi tong 900 +仆街 pu jie 3333 +扑街 pu jie 3333 蒲节 pu jie 120 溥杰 pu jie 16 +仆街仔 pu jie zai 3333 +扑街仔 pu jie zai 3333 扑进 pu jin 8535 # 普金 pu jin 0 # 铺锦 pu jin 0 diff --git a/cn_dicts/others.dict.yaml b/cn_dicts/others.dict.yaml index 9b23301..1f3f35a 100644 --- a/cn_dicts/others.dict.yaml +++ b/cn_dicts/others.dict.yaml @@ -8,7 +8,7 @@ # --- name: others -version: "2023-10-17" +version: "2023-11-25" sort: by_weight ... ##### 容错词 @@ -42,7 +42,17 @@ sort: by_weight 走单骑 zou dan ji 千里走单骑 qian li zou dan qi 千里走单骑 qian li zou dan ji - +# 「街」的粤语和东北话读音及常见的两种写法 +仆街 pu jie +仆街 pu gai +扑街 pu jie +扑街 pu gai +扑街仔 pu jie zai +扑街仔 pu gai zai +仆街仔 pu jie zai +仆街仔 pu gai zai +街溜子 jie liu zi +街溜子 gai liu zi ##### 错音错字提示。与 corrector.lua 配合,上面的是正确的,下面是错误的 @@ -59,12 +69,6 @@ sort: by_weight 比萨饼 pi sa bing 吃比萨 chi bi sa 吃比萨 chi pi sa -扑街 pu jie -扑街 pu gai -扑街仔 pu jie zai -扑街仔 pu gai zai -街溜子 jie liu zi -街溜子 gai liu zi 说服 shuo fu 说服 shui fu 道行 dao heng diff --git a/lua/corrector.lua b/lua/corrector.lua index 7f82075..c9aee5b 100644 --- a/lua/corrector.lua +++ b/lua/corrector.lua @@ -17,9 +17,6 @@ local corrections = { ["pi sa"] = { text = "比萨", comment = "bi sa" }, ["chi pi sa"] = { text = "吃比萨", comment = "chi bi sa" }, ["pi sa bing"] = { text = "比萨饼", comment = "bi sa bing" }, - ["pu gai"] = { text = "扑街", comment = "pu jie" }, - ["pu gai zai"] = { text = "扑街仔", comment = "pu jie zai" }, - ["gai liu zi"] = { text = "街溜子", comment = "jie liu zi" }, ["shui fu"] = { text = "说服", comment = "shuo fu" }, ["dao hang"] = { text = "道行", comment = "dao heng" }, ["mo yang"] = { text = "模样", comment = "mu yang" }, @@ -73,6 +70,10 @@ local corrections = { ["bo jing er"] = { text = "脖颈儿", comment = "bo geng er" }, ["jie zha"] = { text = "结扎", comment = "jie za" }, -- 错字 + ["pu jie"] = { text = "扑街", comment = "仆街" }, + ["pu gai"] = { text = "扑街", comment = "仆街" }, + ["pu jie zai"] = { text = "扑街仔", comment = "仆街仔" }, + ["pu gai zai"] = { text = "扑街仔", comment = "仆街仔" }, ["ceng jin"] = { text = "曾今", comment = "曾经" }, ["an nai"] = { text = "按耐", comment = "按捺(na)" }, ["an nai bu zhu"] = { text = "按耐不住", comment = "按捺(na)不住" },