Skip to content
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

只对特定的码数的词汇行进调频和造词 #832

Open
figotome opened this issue Jan 12, 2024 · 0 comments
Open

只对特定的码数的词汇行进调频和造词 #832

figotome opened this issue Jan 12, 2024 · 0 comments

Comments

@figotome
Copy link

我现在用的是速成输入法, 个人觉得rime自动造词这个功能不太好用(老是会记录一堆不是词语的词), 所以自己用ahk写了小程序方便自己录入词汇.
但如果把造词功能关了, 词频也顺带关了, 在网上找了一圈, 找到以下代码:

patch:
translator/dictionary: quick5.extended
translator/enable_sentence: false #屏蔽倉頡、五筆中帶有太極圖章「☯」的連打詞句選項
translator/enable_user_dict: true #开启自动造词
disable_user_dict_for_patterns:
- "^[a-y]{5,10}$" #5-10码不记录词频

但发现上面这些代码在 5-10码不记录词频和造词没起作用. 为什么啊?

我希望可以在5-10速成码的情况下 不造词

或者可以关掉造词, 但可以调词频, 我要怎么做呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant