-
Notifications
You must be signed in to change notification settings - Fork 2
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
繁入簡出、移動端使用、全字集下生僻字候選位以及部分字拆分編碼問題 #14
Comments
|
配置問題
請問改爲 詞組與生僻字候選關係問題常用單字優先於詞組我是認同的,但全集中生僻字也優先於詞組個人認爲並無必要,以下對實際情況進行討論:
拆分編碼問題
|
spelling_processor = require('huma/spelling_processor')
spelling = require('huma/spelling')
single_char_only = require('huma/single_char_only')
charset_filter = require('huma/charset_filter')
postpone_fullcode = require('huma/postpone_fullcode') 然後在 patch:
"engine/processors/@2": lua_processor@spelling_processor
"engine/filters/@0": lua_filter@single_char_only
"engine/filters/@1": lua_filter@charset_filter
"engine/filters/@5": lua_filter@spelling@spelling
"engine/filters/@6": lua_filter@spelling@spelling_reverse
"engine/filters/@7": lua_filter@postpone_fullcode |
請問這種問題應當如何解決?嘗試了讓兩邊的 |
|
|
再次感謝作者對方案的貢獻。 |
我這兩天實現一下。 |
完成了初版,使用中有問題歡迎反饋。 |
下載安裝 虎碼資源 中的 其他資源/必裝字體,參考 Weasel 字體設置 添加虎碼字根字體。 |
如果你在使用 虎码秃版 小狼毫(Win) 中帶的 |
明白了,感謝。 |
又有一個認爲可以優化的常用字,但我覺得這樣一個個地說作者修改起來會很麻煩,打算以後如果遇到類似的問題先積累到三個一組再一起提。現在這個方案應該已經比較完美了,主要也就是個別單字的微調,詞組這種無底洞的建議目前我不太打算去涉及。 |
簡碼修改反饋在 #9 中吧,有空統一改。 |
The text was updated successfully, but these errors were encountered: