-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发版的「罕见字过滤」失效 #120
Comments
基本解决了我自己的问题。
最终的 patch 如下,不再用到 # double_pinyin_flypy.custom.yaml, 只对小鹤双拼生效
patch:
schema/dependencies:
switches:
- name: ascii_mode
reset: 0
states: ["中文", "西文"]
- name: full_shape
states: ["半角", "全角"]
- name: zh_simp # ※ 第二处
reset: 1
states: [ 漢字, 汉字 ]
- name: ascii_punct
states: ["。,", ".,"]
engine/filters:
- simplifier@zh_simp # ※ 第二处
- uniquifier
translator/dictionary: pinyin_simp # ※ 第一处 |
新版可以支持過濾字符集 |
具體參見:rime/librime#59 |
@osfans 谢谢,字符集这个主意太赞了,还有,多谢你的示例。 |
这会引入一个问题:如果使用非 UTF8 的字集,将导致 custom 里面定制的 Emoji 无法。 |
所以cjk_minifier这个问题还能够修复吗 |
直接编辑文件wubi86.dict.yaml,不想输入的字全部干掉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
编译的最新开发版鼠须管,发现无论是全拼还是双拼,「罕见字过滤」都不起作用了,未知同为开发版的用户,有没有遇到同样的问题?
The text was updated successfully, but these errors were encountered: