conf: 增加九宫格的自定义短语 custom_phrase_t9.txt
This commit is contained in:
parent
b5c67c1b7a
commit
7ff9e6479a
@ -45,8 +45,9 @@ engine:
|
|||||||
translators:
|
translators:
|
||||||
- punct_translator
|
- punct_translator
|
||||||
- script_translator
|
- script_translator
|
||||||
- lua_translator@date_translator # 时间、日期、星期
|
- lua_translator@date_translator # 时间、日期、星期
|
||||||
# - table_translator@melt_eng # 英文输入
|
- table_translator@custom_phrase # 自定义短语 custom_phrase_t9.txt
|
||||||
|
# - table_translator@melt_eng # 英文输入
|
||||||
filters:
|
filters:
|
||||||
- simplifier@emoji # Emoji
|
- simplifier@emoji # Emoji
|
||||||
- simplifier@traditionalize # 简繁切换
|
- simplifier@traditionalize # 简繁切换
|
||||||
@ -58,6 +59,17 @@ translator:
|
|||||||
spelling_hints: 100
|
spelling_hints: 100
|
||||||
|
|
||||||
|
|
||||||
|
# 自定义短语:custom_phrase_t9.txt
|
||||||
|
# ⚠️ 编码要用数字
|
||||||
|
custom_phrase:
|
||||||
|
dictionary: ""
|
||||||
|
user_dict: custom_phrase_t9
|
||||||
|
db_class: stabledb
|
||||||
|
enable_completion: false
|
||||||
|
enable_sentence: false
|
||||||
|
initial_quality: 99
|
||||||
|
|
||||||
|
|
||||||
# 九宫格 1 键上的符号序列
|
# 九宫格 1 键上的符号序列
|
||||||
punctuator:
|
punctuator:
|
||||||
half_shape:
|
half_shape:
|
||||||
|
Loading…
Reference in New Issue
Block a user