Skip to content

Commit

Permalink
修改双拼方案文件名
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboolic committed Nov 25, 2024
1 parent e51e0a6 commit 04465eb
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ config_version: '2024-07-12'
schema_list:
# 可以直接删除或注释不需要的方案,对应的 *.schema.yaml 方案文件也可以直接删除
- schema: rime_frost # 白霜拼音(全拼)
- schema: double_pinyin # 自然码双拼
- schema: double_pinyin_mspy # 微软双拼
- schema: double_pinyin_sogou # 搜狗双拼
- schema: double_pinyin_flypy # 小鹤双拼
# - schema: double_pinyin_abc # 智能 ABC 双拼
# - schema: double_pinyin_ziguang # 紫光双拼
- schema: rime_frost_double_pinyin # 自然码双拼
- schema: rime_frost_double_pinyin_mspy # 微软双拼
- schema: rime_frost_double_pinyin_sogou # 搜狗双拼
- schema: rime_frost_double_pinyin_flypy # 小鹤双拼
# - schema: rime_frost_double_pinyin_abc # 智能 ABC 双拼
# - schema: rime_frost_double_pinyin_ziguang # 紫光双拼


# 菜单
Expand Down
4 changes: 2 additions & 2 deletions others/recipes/config.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ recipe:
args:
- schema=flypy
description: >-
Customize input schema to enable double_pinyin.
Customize input schema to enable rime_frost_double_pinyin.
- flypy(小鹤双拼)
- double_pinyin(自然码双拼)
- rime_frost_double_pinyin(自然码双拼)
- mspy(微软双拼)
- sogou(搜狗双拼)
- abc(智能 ABC 双拼)
Expand Down
12 changes: 6 additions & 6 deletions others/recipes/full.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ install_files: >-
rime_frost.schema.yaml
rime_frost.dict.yaml
t9.schema.yaml
double_pinyin.schema.yaml
double_pinyin_abc.schema.yaml
double_pinyin_mspy.schema.yaml
double_pinyin_sogou.schema.yaml
double_pinyin_flypy.schema.yaml
double_pinyin_ziguang.schema.yaml
rime_frost_double_pinyin.schema.yaml
rime_frost_double_pinyin_abc.schema.yaml
rime_frost_double_pinyin_mspy.schema.yaml
rime_frost_double_pinyin_sogou.schema.yaml
rime_frost_double_pinyin_flypy.schema.yaml
rime_frost_double_pinyin_ziguang.schema.yaml
symbols_v.yaml
radical_pinyin.schema.yaml
radical_pinyin.dict.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 方案说明
schema:
schema_id: double_pinyin
schema_id: rime_frost_double_pinyin
name: 自然码双拼
version: "1"
author:
Expand Down Expand Up @@ -159,7 +159,7 @@ pin_cand_filter:
# 主翻译器,拼音
translator:
dictionary: rime_frost # 挂载词库 rime_frost.dict.yaml
prism: double_pinyin # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
prism: rime_frost_double_pinyin # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
spelling_hints: 8 # corrector.lua :为了让错音错字提示的 Lua 同时适配全拼双拼,将拼音显示在 comment 中
always_show_comments: true # corrector.lua :Rime 默认在 preedit 等于 comment 时取消显示 comment,这里强制一直显示,供 corrector.lua 做判断用。
initial_quality: 1.2 # 拼音的权重应该比英文大
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 方案说明
schema:
schema_id: double_pinyin_abc
schema_id: rime_frost_double_pinyin_abc
name: 智能 ABC 双拼
version: "1"
author:
Expand Down Expand Up @@ -159,7 +159,7 @@ pin_cand_filter:
# 主翻译器,拼音
translator:
dictionary: rime_frost # 挂载词库 rime_frost.dict.yaml
prism: double_pinyin_abc # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
prism: rime_frost_double_pinyin_abc # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
spelling_hints: 8 # corrector.lua :为了让错音错字提示的 Lua 同时适配全拼双拼,将拼音显示在 comment 中
always_show_comments: true # corrector.lua :Rime 默认在 preedit 等于 comment 时取消显示 comment,这里强制一直显示,供 corrector.lua 做判断用。
initial_quality: 1.2 # 拼音的权重应该比英文大
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 方案说明
schema:
schema_id: double_pinyin_flypy
schema_id: rime_frost_double_pinyin_flypy
name: 小鹤双拼
version: "1"
author:
Expand Down Expand Up @@ -159,7 +159,7 @@ pin_cand_filter:
# 主翻译器,拼音
translator:
dictionary: rime_frost # 挂载词库 rime_frost.dict.yaml
prism: double_pinyin_flypy # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
prism: rime_frost_double_pinyin_flypy # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
spelling_hints: 8 # corrector.lua :为了让错音错字提示的 Lua 同时适配全拼双拼,将拼音显示在 comment 中
always_show_comments: true # corrector.lua :Rime 默认在 preedit 等于 comment 时取消显示 comment,这里强制一直显示,供 corrector.lua 做判断用。
initial_quality: 1.2 # 拼音的权重应该比英文大
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 方案说明
schema:
schema_id: double_pinyin_mspy
schema_id: rime_frost_double_pinyin_mspy
name: 微软双拼
version: "1"
author:
Expand Down Expand Up @@ -159,7 +159,7 @@ pin_cand_filter:
# 主翻译器,拼音
translator:
dictionary: rime_frost # 挂载词库 rime_frost.dict.yaml
prism: double_pinyin_mspy # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
prism: rime_frost_double_pinyin_mspy # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
spelling_hints: 8 # corrector.lua :为了让错音错字提示的 Lua 同时适配全拼双拼,将拼音显示在 comment 中
always_show_comments: true # corrector.lua :Rime 默认在 preedit 等于 comment 时取消显示 comment,这里强制一直显示,供 corrector.lua 做判断用。
initial_quality: 1.2 # 拼音的权重应该比英文大
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 方案说明
schema:
schema_id: double_pinyin_sogou
schema_id: rime_frost_double_pinyin_sogou
name: 搜狗双拼
version: "1"
author:
Expand Down Expand Up @@ -159,7 +159,7 @@ pin_cand_filter:
# 主翻译器,拼音
translator:
dictionary: rime_frost # 挂载词库 rime_frost.dict.yaml
prism: double_pinyin_sogou # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
prism: rime_frost_double_pinyin_sogou # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
spelling_hints: 8 # corrector.lua :为了让错音错字提示的 Lua 同时适配全拼双拼,将拼音显示在 comment 中
always_show_comments: true # corrector.lua :Rime 默认在 preedit 等于 comment 时取消显示 comment,这里强制一直显示,供 corrector.lua 做判断用。
initial_quality: 1.2 # 拼音的权重应该比英文大
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 方案说明
schema:
schema_id: double_pinyin_ziguang
schema_id: rime_frost_double_pinyin_ziguang
name: 紫光双拼
version: "1"
author:
Expand Down Expand Up @@ -159,7 +159,7 @@ pin_cand_filter:
# 主翻译器,拼音
translator:
dictionary: rime_frost # 挂载词库 rime_frost.dict.yaml
prism: double_pinyin_ziguang # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
prism: rime_frost_double_pinyin_ziguang # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
spelling_hints: 8 # corrector.lua :为了让错音错字提示的 Lua 同时适配全拼双拼,将拼音显示在 comment 中
always_show_comments: true # corrector.lua :Rime 默认在 preedit 等于 comment 时取消显示 comment,这里强制一直显示,供 corrector.lua 做判断用。
initial_quality: 1.2 # 拼音的权重应该比英文大
Expand Down

0 comments on commit 04465eb

Please sign in to comment.