Skip to content

Commit

Permalink
fix: symbols映射
Browse files Browse the repository at this point in the history
punct内捕捉大写A-Z用于symbols映射

resolved: #130
  • Loading branch information
Mintimate committed Aug 31, 2024
1 parent b4b4956 commit 189b556
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions double_pinyin.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
schema:
schema_id: double_pinyin
name: "自然码双拼-薄荷定制"
version: "24.06.14"
version: "24.08.31"
author:
- Dvel
- Mintimate
Expand Down Expand Up @@ -292,7 +292,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
rmb: "^R[0-9]+[.]?[0-9]*" # 响应 lua_translator@number_translator 脚本将自动获取第 2 个字符作为触发前缀
Expand Down
4 changes: 2 additions & 2 deletions double_pinyin_abc.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
schema:
schema_id: double_pinyin_abc
name: "智能ABC双拼-薄荷定制"
version: "24.06.14"
version: "24.08.31"
author:
- Dvel
- Mintimate
Expand Down Expand Up @@ -293,7 +293,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
rmb: "^R[0-9]+[.]?[0-9]*" # 响应 lua_translator@number_translator 脚本将自动获取第 2 个字符作为触发前缀
Expand Down
4 changes: 2 additions & 2 deletions double_pinyin_flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
schema:
schema_id: double_pinyin_flypy
name: "小鹤双拼-薄荷定制"
version: "24.05.29"
version: "24.08.31"
author:
- Mintimate
description: |
Expand Down Expand Up @@ -330,7 +330,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
stroke: "Ui[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
Expand Down
4 changes: 2 additions & 2 deletions double_pinyin_mspy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
schema:
schema_id: double_pinyin_mspy
name: "微软双拼-薄荷定制"
version: "24.06.14"
version: "24.08.31"
author:
- Dvel
- Mintimate
Expand Down Expand Up @@ -298,7 +298,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
rmb: "^R[0-9]+[.]?[0-9]*" # 响应 lua_translator@number_translator 脚本将自动获取第 2 个字符作为触发前缀
Expand Down
4 changes: 2 additions & 2 deletions double_pinyin_sogou.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
schema:
schema_id: double_pinyin_sogou
name: "搜狗双拼-薄荷定制"
version: "24.06.14"
version: "24.08.31"
author:
- Dvel
- Mintimate
Expand Down Expand Up @@ -298,7 +298,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
rmb: "^R[0-9]+[.]?[0-9]*" # 响应 lua_translator@number_translator 脚本将自动获取第 2 个字符作为触发前缀
Expand Down
4 changes: 2 additions & 2 deletions double_pinyin_ziguang.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
schema:
schema_id: double_pinyin_ziguang
name: "紫光双拼-薄荷定制"
version: "24.06.14"
version: "24.08.31"
author:
- Dvel
- Mintimate
Expand Down Expand Up @@ -293,7 +293,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
rmb: "^R[0-9]+[.]?[0-9]*" # 响应 lua_translator@number_translator 脚本将自动获取第 2 个字符作为触发前缀
Expand Down
4 changes: 2 additions & 2 deletions rime_mint.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema:
schema_id: rime_mint
name: 薄荷拼音-全拼输入
version: "24.0.29"
version: "24.08.31"
author:
- mintimate < @Mintimate|https://www.mintimate.cn >
description: |
Expand Down Expand Up @@ -331,7 +331,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
stroke: "Ui[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
Expand Down
4 changes: 2 additions & 2 deletions rime_mint_flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema:
schema_id: rime_mint_flypy
name: 薄荷拼音-小鹤混输
version: "24.05.29"
version: "24.08.31"
author:
- mintimate < @Mintimate|https://www.mintimate.cn >
description: |
Expand Down Expand Up @@ -365,7 +365,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
stroke: "Ui[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
Expand Down
4 changes: 2 additions & 2 deletions terra_pinyin.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema:
schema_id: terra_pinyin
name: "地球拼音-薄荷定制"
version: '24.05.29'
version: "24.08.31"
author:
- 佛振 <[email protected]>
- mintimate < @Mintimate|https://www.mintimate.cn >
Expand Down Expand Up @@ -390,7 +390,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
wubi98_mint: "Uw[a-z]*'?$"
stroke: "Ui[a-z]*'?$"
radical_lookup: "Uu[a-z]*'?$"
Expand Down
4 changes: 2 additions & 2 deletions wubi86_jidian.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schema:
schema_id: wubi86_jidian
name: "五笔86-极点五笔"
version: "24.05.29"
version: "24.08.31"
author:
- 创始人 王永民先生
- 修改者 KyleBing <https://github.com/KyleBing/rime-wubi86-jidian>
Expand Down Expand Up @@ -194,7 +194,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
email: "^[A-Za-z][-_.0-9A-Za-z]*@.*$"
rime_mint: "^Up[a-z]*'?$"
rmb: "^R[0-9]+[.]?[0-9]*" # 响应 lua_translator@number_translator 脚本将自动获取第 2 个字符作为触发前缀
Expand Down
4 changes: 2 additions & 2 deletions wubi98_mint.schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema:
schema_id: wubi98_mint
name: "五笔98-五笔小筑"
version: "24.05.29"
version: "24.08.31"
author:
- 發明人 王永民
- 修改者 yanhuacuo <https://github.com/yanhuacuo/98wubi>
Expand Down Expand Up @@ -188,7 +188,7 @@ recognizer:
import_preset: default
patterns:
url: "^[a-z]+[.].+$"
punct: "^/([0-9]0?|[a-z]+)$"
punct: "^/([0-9]0?|[a-z]|[A-Z]+)$"
email: "^[A-Za-z][-_.0-9A-Za-z]*@.*$"
rime_mint: "^Up[a-z]*'?$"
rmb: "^R[0-9]+[.]?[0-9]*" # 响应 lua_translator@number_translator 脚本将自动获取第 2 个字符作为触发前缀
Expand Down

0 comments on commit 189b556

Please sign in to comment.