shewer / librime-lua-script

57 stars 6 forks source link

简体用户应该用t2s.json (t2s.json Traditional Chinese to Simplified Chinese 繁體到簡體)吧?谢谢! #8

Closed zhuangzhemin closed 2 years ago

zhuangzhemin commented 2 years ago

说明文档这里的"s2t.json # 简体用户"和“t2s.json # 繁体用户”是否写反了? 简体用户应该用t2s.json (t2s.json Traditional Chinese to Simplified Chinese 繁體到簡體)吧?谢谢!

# 请确认方案是否设定 simplifier
engine/filters:
  - simplifier
switches:
  - name: simplification
    states: [ 漢字,汉字 ]
simplifier/opencc_config: s2t.json   # 简体用户
simplifier/opencc_config: t2s.json   # 繁体用户  (預設值 可以不設)
shewer commented 2 years ago

簡體戶的 dict 會是簡體字 s2t.json 繁體用戶的dict 是繁體字 t2s.json 那是注意事項 此問題 在rime.lua 中有設置設定 https://github.com/shewer/librime-lua-script/blob/739c25d19adfb0b53e42e90f62b94d4001d91fe6/example/rime.lua#L22

zhuangzhemin commented 2 years ago

我在rime.lua文件中添加__conjunctive_file={default="essay.txt",enable="essay_cn.txt"}之后可以联想出简体字了。感谢!