-
Notifications
You must be signed in to change notification settings - Fork 667
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
[双拼分割] 采用小鹤双拼, 在输入 kjx 的时候应该默认显示为“看下”, 但是第一个候选词是“框架" #508
Comments
只要开了简拼 |
原来如此, 已经注释掉了。 感谢 |
@iDvel 这种列表去掉原有的一条节点该如何更优雅地打补丁?只能像这样复制全部然后删掉需要的那条吗 # double_pinyin_flypy.custom.yaml
speller/algebra:
- erase/^xx$/
- derive/^([jqxy])u$/$1v/
...
- xlit/ⓆⓌⓇⓉⓎⓊⒾⓄⓅⓈⒹⒻⒼⒽⒿⓀⓁⓏⓍⒸⓋⒷⓃⓂ/qwrtyuiopsdfghjklzxcvbnm/
# - abbrev/^(.).+$/$1/ |
这样稳妥点儿。 patch:
speller/algebra/@30: ~ 这样的前提是 |
正常来讲双拼下很少会有人采用简拼吧, 我觉得可以直接在原始文件里面给删了 |
我注释掉并写个 现在默认是注释掉的,需要简拼的可以这么打补丁: speller/algebra/+:
- abbrev/^(.).+$/$1/ |
* github/main: (24 commits) dict: 完成同义多音字注音 close iDvel#353 dict: 添加 "明不明显" (iDvel#529) feat: reduce_english_filter.lua 增加一键全降低 fix: 完善所有双拼 i?ong 键位的正则 dict: 日常更新 fix: reduce_english_filter.lua 处理有空格的单词 iDvel#524 conf: 双拼默认不启用简拼 iDvel#508 dict: 日常更新 close iDvel#522 feat: 英文方案增加 `#` jing 和 `+` jia 的派生 dict: 日常更新 close iDvel#520 fix: reduce_english_filter.lua 可识别含单引号的单词 close iDvel#519 dict: 「皮妙」→「皮秒」 close iDvel#517 dict: 日常更新 iDvel#457 close iDvel#516 添加一些英文缩写 close iDvel#512 fix: en_spacer.lua 处理含单引号的单词 close iDvel#513 conf: 双拼默认不启用简拼 iDvel#508 fix: reduce_english_filter.lua 不处理非英文单词 fix iDvel#505 dict: 日常更新; close iDvel#502 feat: 完善九宫格 dict: 日常更新; close iDvel#493 feat: en_spacer.lua 英文词条上屏自动添加空格 (iDvel#496) ...
能不能强制让双拼不进行k'jx 这种分词(必须是kj‘x), 强制每两个字母(声母+韵母)进行分词。
The text was updated successfully, but these errors were encountered: