|
@@ -14,6 +14,16 @@ patch:
|
|
|
recognizer/patterns/punct: "^v([0-9]|10|[A-Za-z]+)$"
|
|
recognizer/patterns/punct: "^v([0-9]|10|[A-Za-z]+)$"
|
|
|
long_word_filter/count: 3
|
|
long_word_filter/count: 3
|
|
|
|
|
|
|
|
|
|
+ # ----------------------------------------
|
|
|
|
|
+ # 3. 中英文运算
|
|
|
|
|
+ # ----------------------------------------
|
|
|
|
|
+ melt_eng/initial_quality: 1.1
|
|
|
|
|
+ # 降低常见英文单词的优先级,避免干扰中文输入
|
|
|
|
|
+ reduce_english_filter:
|
|
|
|
|
+ mode: custom
|
|
|
|
|
+ idx: 3
|
|
|
|
|
+ words: [bus, key, yes]
|
|
|
|
|
+
|
|
|
# ----------------------------------------
|
|
# ----------------------------------------
|
|
|
# 4. 方案切换开关 (Switches)
|
|
# 4. 方案切换开关 (Switches)
|
|
|
# ----------------------------------------
|
|
# ----------------------------------------
|
|
@@ -33,16 +43,6 @@ patch:
|
|
|
abbrev: [词, 单]
|
|
abbrev: [词, 单]
|
|
|
states: [正常, 单字]
|
|
states: [正常, 单字]
|
|
|
|
|
|
|
|
- # ----------------------------------------
|
|
|
|
|
- # 3. 中英文运算
|
|
|
|
|
- # ----------------------------------------
|
|
|
|
|
- melt_eng/initial_quality: 1.1
|
|
|
|
|
- # 降低常见英文单词的优先级,避免干扰中文输入
|
|
|
|
|
- reduce_english_filter:
|
|
|
|
|
- mode: custom
|
|
|
|
|
- idx: 3
|
|
|
|
|
- words: [bus, key, yes]
|
|
|
|
|
-
|
|
|
|
|
# ----------------------------------------
|
|
# ----------------------------------------
|
|
|
# 3. 拼写运算 (Speller/Algebra)
|
|
# 3. 拼写运算 (Speller/Algebra)
|
|
|
# ----------------------------------------
|
|
# ----------------------------------------
|