-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feat] 希望speller/algebra 拼运支持Unicode字符 #865
Comments
encoder表頭的引號全部錯了 xform支持utf8的,但是ascii以外要用 你完全可以把碼表全部先轉換成ascii,而不是讓rime在編譯的時候用regex轉換,效率太低,還可能有錯。 |
感谢@groverlynn 的解答
是指要用英文的么,我那是英文的单双引号,只是编辑器显示成这样了
我理解拼运也只是在部署的时候才处理吧,在输入打字时,应该是直接查build文件夹下的table.bin文件吧。只部署处理不要求效率的。
您说的这个 length, 不是指我截图的 length_equal吧,这个就是这样的,应该是指的 目前连拼运这块都没能正常处理,encoder 组词就更涉及不到了。 |
1 similar comment
感谢@groverlynn 的解答
是指要用英文的么,我那是英文的单双引号,只是编辑器显示成这样了
我理解拼运也只是在部署的时候才处理吧,在输入打字时,应该是直接查build文件夹下的table.bin文件吧。只部署处理不要求效率的。
您说的这个 length, 不是指我截图的 length_equal吧,这个就是这样的,应该是指的 目前连拼运这块都没能正常处理,encoder 组词就更涉及不到了。 |
詞組編碼那裏應該是有問題的。先不管他。 正則表達式這個 |
感谢@lotem 大佬指导
是的,这里词组没有
按照这个 |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
目前想用五笔拆分表做码表,通过拼运将拆分字根转换为正常的[a-y]按键。部署时没有报错,使用RimeSpellTool 检查也是正常的,可以成功转换出字母。但方案无法正常输出候选字,都是空码。
方案拼运大致如下:
拆分码表
RimeSpellTool转换检查
输出是空码,无候选
Describe the solution you'd like
A clear and concise description of what you want to happen.
判断应该是librime在处理中,把拆分字根给过滤掉了,speller/algebra 拼运没能成功转换,导致输出显示都是空码,无候选。
支持非ascii字符编码模式 中也提出了这个问题。
希望speller/algebra 拼运支持Unicode字符,以正常处理转换码表的
code
列。Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
另外,希望拼运能支持条件判断,如对某一个码表使用一部分拼运,对另一个码表使用另一部分拼运。例如,有一个完整的单字拆分码表A,另有一个二简码表(无拆分,只有
text
),针对二简码表中的字,可根据完整拆分码表A的四码code
进行拼运,转换出二码的code
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: