We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如“吗”字,mys空格,却出现“马斯”这个奇怪的候选词,原因是my被识别为“马”的不带调简拼,而s被识别为“斯”的简拼 传统注音的空格一声安排并不好用,和简拼有冲突,还是用sdfjq版吧
The text was updated successfully, but these errors were encountered:
还有就是拼音反查的提示码有问题,发现涉及到介音的提示码显示错误 另外正常输入的提示码没有考虑也显视为注音字母吗,我试了一下,这样显示的提示码比较长,看起来有些不太方便了
Sorry, something went wrong.
稍加改动,使上屏码更符合输入习惯,空格用分号;,分词用英文单引号',去掉了音节之间的空格,但是ㄈ/ㄉ/ㄦ/ㄥ/ㄌ/ㄘ/ㄙ/ㄐ/ㄑ/ㄒ/ㄓ/ㄔ/ㄕ/这几个音前面的空格却会被自动删掉,原因是这一句有点问题
https://github.com/arsenali/rime/blob/master/bopomofo_hsus.custom.yaml
xform/(^|[ ;'])f/ㄈ/ 改 xform/(^|[ ;'])f/$1ㄈ/
Patricivs
No branches or pull requests
比如“吗”字,mys空格,却出现“马斯”这个奇怪的候选词,原因是my被识别为“马”的不带调简拼,而s被识别为“斯”的简拼
传统注音的空格一声安排并不好用,和简拼有冲突,还是用sdfjq版吧
The text was updated successfully, but these errors were encountered: