-
Notifications
You must be signed in to change notification settings - Fork 557
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
follow opencc conversion chain #688
Conversation
This is still wrong. Basically, it only works with mono-character and fails when there are terms and phrases in the text |
The restriction from OpenCC determines it’s not easy to be perfect if possible. Current status is more acceptable than previous as at least correct result is available to users. Treat extraneous words just as irrelevant ones. |
it has nothing to do with OpenCC. On the contrary, OpenCC gives correct results in such cases. The problem is the implementation of conversion chain in rime |
* follow opencc conversion chain * when a dict doesn't contain a word, pass as-is * de-duplication
* follow opencc conversion chain * when a dict doesn't contain a word, pass as-is * de-duplication
* follow opencc conversion chain * when a dict doesn't contain a word, pass as-is * de-duplication
* follow opencc conversion chain * when a dict doesn't contain a word, pass as-is * de-duplication
Pull request
Issue tracker
Fixes will automatically close the related issue
Fixes #652
Feature
Describe feature of pull request
Unit test
Manual test
EDIT: the screenshot actually shows a clear bug 🤦♂️. See below for a corrected one.
Code Review
Additional Info