-
Notifications
You must be signed in to change notification settings - Fork 114
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
improve term sorting #806
improve term sorting #806
Conversation
View Playwright Report (note: open the "playwright-report" artifact) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a safe change. How will we know if this is an improvement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works. Fixes #807.
* added Old Irish (SGA) * Merge Yomitan Updates (#1) * fix (#811) * Add scanOnTouchTap and improve touch scanning defaults (#791) * Add scanOnTouchTap * Update version to 30 * Cleanup if statement * log anki error when hiding button (#821) * Fix noteInfos not getting assigned (#819) * improve term sorting (#806) * improve term sorting * edge case * fix: add missing handlebar entry (#823) * fix: add missing handlebar entry * fix: add new handlebar to tests * Revert to using canAddNotes (#827) Fix #818 * Remove unused canAdd (#824) Co-authored-by: James Maa <[email protected]> * Fix duplicate check not working across note types (#830) * Fix duplicate check not working across note types * Add invalidNoteId --------- Co-authored-by: James Maa <[email protected]> --------- Co-authored-by: StefanVukovic99 <[email protected]> Co-authored-by: Kuuuube <[email protected]> Co-authored-by: m-edlund <[email protected]> Co-authored-by: Eloy Robillard <[email protected]> Co-authored-by: James Maa <[email protected]> Co-authored-by: James Maa <[email protected]> * Revert "Merge Yomitan Updates (#1)" This reverts commit 748dc22. * Fix Static Analysis Error * Fix eslint erro --------- Co-authored-by: martholomew <[email protected]> Co-authored-by: StefanVukovic99 <[email protected]> Co-authored-by: Kuuuube <[email protected]> Co-authored-by: m-edlund <[email protected]> Co-authored-by: Eloy Robillard <[email protected]> Co-authored-by: James Maa <[email protected]> Co-authored-by: James Maa <[email protected]>
maxTransformedTextLength i think should be originalText instead. transformedText is just biased toward long words in the dict instead of capturing as much of the scanned text.
The
//Sort by the number of inflection reasons
is now updated to make sense with the inflection chains, instead of looking for fewer possible inflection chains, it now looks for the simplest/shortest deinflection