-
Notifications
You must be signed in to change notification settings - Fork 112
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
Dictionary deinflections #503
Dictionary deinflections #503
Conversation
✔️ No visual differences introduced by this PR. 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.
LGTM aside from variable description and naming (though it's totally possible I just don't understand what's going on).
I've added a test case. |
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.
Thank you again, let's keep going 🦾
Supports dictionaries containing deinflection information that combines with the deinflector's. To accommodate this, some changes are made to how deinflection information is structured and shown.
Incidentally, some Japanese deinflections that seem to have been missing are now shown, like the second one in the 読め example:
Part 5 of #422.