config: 修改 db_class 类型
This commit is contained in:
parent
b445204425
commit
2f64840cf5
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,10 +3,12 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
build/
|
build/
|
||||||
*.userdb/
|
|
||||||
installation.yaml
|
installation.yaml
|
||||||
user.yaml
|
user.yaml
|
||||||
|
|
||||||
|
*.userdb/
|
||||||
|
rime_ice.txt
|
||||||
|
|
||||||
others/script/scel2txt/out/*
|
others/script/scel2txt/out/*
|
||||||
others/script/scel2txt/scel/*
|
others/script/scel2txt/scel/*
|
||||||
|
|
||||||
|
@ -130,6 +130,7 @@ grammar:
|
|||||||
translator:
|
translator:
|
||||||
dictionary: rime_ice # 挂载词库 rime_ice.dict.yaml
|
dictionary: rime_ice # 挂载词库 rime_ice.dict.yaml
|
||||||
prism: double_pinyin # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
|
prism: double_pinyin # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
|
||||||
|
db_class: tabledb # tabledb | userdb ,前者会生成人类可读的 *.txt,后者生成二进制的 *.userdb/
|
||||||
contextual_suggestions: true # 开启八股文
|
contextual_suggestions: true # 开启八股文
|
||||||
initial_quality: 1.2 # 拼音的权重应该比英文大
|
initial_quality: 1.2 # 拼音的权重应该比英文大
|
||||||
preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符
|
preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符
|
||||||
|
@ -130,6 +130,7 @@ grammar:
|
|||||||
translator:
|
translator:
|
||||||
dictionary: rime_ice # 挂载词库 rime_ice.dict.yaml
|
dictionary: rime_ice # 挂载词库 rime_ice.dict.yaml
|
||||||
prism: double_pinyin_flypy # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
|
prism: double_pinyin_flypy # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
|
||||||
|
db_class: tabledb # tabledb | userdb ,前者会生成人类可读的 *.txt,后者生成二进制的 *.userdb/
|
||||||
contextual_suggestions: true # 开启八股文
|
contextual_suggestions: true # 开启八股文
|
||||||
initial_quality: 1.2 # 拼音的权重应该比英文大
|
initial_quality: 1.2 # 拼音的权重应该比英文大
|
||||||
preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符
|
preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
schema:
|
schema:
|
||||||
schema_id: rime_ice
|
schema_id: rime_ice
|
||||||
name: 雾凇拼音
|
name: 雾凇拼音
|
||||||
version: "1.4.0"
|
version: "1.4.1"
|
||||||
author:
|
author:
|
||||||
- Dvel
|
- Dvel
|
||||||
description: |
|
description: |
|
||||||
@ -146,6 +146,7 @@ grammar:
|
|||||||
# 主翻译器,拼音
|
# 主翻译器,拼音
|
||||||
translator:
|
translator:
|
||||||
dictionary: rime_ice # 挂载词库 rime_ice.dict.yaml
|
dictionary: rime_ice # 挂载词库 rime_ice.dict.yaml
|
||||||
|
db_class: tabledb # tabledb | userdb ,前者会生成人类可读的 *.txt,后者生成二进制的 *.userdb/
|
||||||
contextual_suggestions: true # 开启八股文
|
contextual_suggestions: true # 开启八股文
|
||||||
preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符
|
preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符
|
||||||
- xform/([jqxy])v/$1u/ # 显示为 ju qu xu yu
|
- xform/([jqxy])v/$1u/ # 显示为 ju qu xu yu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user