dict: 「扑街、仆街」相关 close #555

This commit is contained in:
Dvel 2023-11-25 19:19:32 +08:00
parent 5b026e4345
commit b56953bd88
3 changed files with 21 additions and 12 deletions

View File

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

View File

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

View File

@ -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)不住" },