dict: 词库调整

This commit is contained in:
amzxyz
2026-01-17 00:27:39 +08:00
parent 91c7b9b52d
commit b9c37cbd89
3 changed files with 176 additions and 176 deletions

View File

@@ -100,7 +100,7 @@ engine:
- script_translator@user_dict_set #自造词之使用词汇入口
- script_translator@add_user_dict #自造词之制造词汇入口
filters:
- reverse_lookup_filter@radical_reverse_lookup #部件拆字滤镜放在super_comment前面进一步被超级注释处理以获得拼音编码的提示
- reverse_lookup_filter@reverse_lookup #拆字滤镜放在super_comment前面进一步被超级注释处理以获得拼音编码的提示
- lua_filter@*auto_phrase #comment前无感造词关闭调频的时候将汉字写入次翻译器当没有英文候选的时候追加\上屏可完成英文造词
- lua_filter@*super_lookup #comment前字词输入中反查辅助筛选
- lua_filter@*super_filter #comment前,相关功能见Lua文件
@@ -485,7 +485,7 @@ wanxiang_reverse:
tips: "〔反查:拆分|笔画〕"
# 部件拆字滤镜
radical_reverse_lookup:
reverse_lookup:
tags: [ wanxiang_reverse ] #起作用tag范围
overwrite_comment: true #是否覆盖其他提示
dictionary: wanxiang_pro #带音调的词典

File diff suppressed because it is too large Load Diff

View File

@@ -95,7 +95,7 @@ engine:
- script_translator@add_user_dict #按需自造词
- script_translator@user_dict_set #使用自造词
filters:
- reverse_lookup_filter@radical_reverse_lookup #部件拆字滤镜放在super_comment前面进一步被超级注释处理以获得拼音编码的提示
- reverse_lookup_filter@reverse_lookup #拆字滤镜放在super_comment前面进一步被超级注释处理以获得拼音编码的提示
- lua_filter@*auto_phrase #comment前无感造词关闭调频的时候将汉字写入次翻译器当没有英文候选的时候追加\上屏可完成英文造词
- lua_filter@*super_lookup #comment前字词输入中反查辅助筛选
- lua_filter@*super_filter #comment前,相关功能见Lua文件
@@ -484,7 +484,7 @@ wanxiang_reverse:
tips: "〔反查:拆分|笔画〕"
# 部件拆字滤镜
radical_reverse_lookup:
reverse_lookup:
tags: [ wanxiang_reverse ] #起作用tag范围
overwrite_comment: true #是否覆盖其他提示
dictionary: wanxiang #带音调的词典