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

简拼尚存的问题 #7

Open
tumuyan opened this issue Dec 25, 2022 · 2 comments
Open

简拼尚存的问题 #7

tumuyan opened this issue Dec 25, 2022 · 2 comments

Comments

@tumuyan
Copy link
Owner

tumuyan commented Dec 25, 2022

  1. 效率。由于缺少索引,目前简拼效率很低;在九宫拼音上问题尤为严重

  2. 全屏规则命中后,abbrev匹配的词条收到影响,不再出现在候选列表中。最为严重的问题是中英文词条的相互干扰。

  3. 英文部分的编码没有逐码缩写规则,图示:输入lga2无法实现正常上屏,只能输入lg2或者lgag2才能上屏,操作反直觉
    image

@hoofcushion
Copy link

中英混词应该主翻译器隔离开来
中英混词的编码独特,且在长句输入时不会用上,因此隔离开效果会更好。

@tumuyan
Copy link
Owner Author

tumuyan commented Mar 20, 2023

中英混词应该主翻译器隔离开来
中英混词的编码独特,且在长句输入时不会用上,因此隔离开效果会更好。

本方案解决的是一个词条内同时包含中英文的困难点。如readme举例的高Ping战士。我认为这种词条和普通纯中文词条并没有什么区别,使用目前的解决方式也可以很顺手的打出内容

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

2 participants