-
Notifications
You must be signed in to change notification settings - Fork 26
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
#66 Add inflection group to word form #67
base: master
Are you sure you want to change the base?
#66 Add inflection group to word form #67
Conversation
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
============================================
+ Coverage 76.52% 76.57% +0.05%
+ Complexity 1352 1350 -2
============================================
Files 117 117
Lines 4749 4760 +11
Branches 798 799 +1
============================================
+ Hits 3634 3645 +11
Misses 902 902
Partials 213 213
Continue to review full report at Codecov.
|
This is done and could (theoretically) be merged. But it depends on #65, so we have to review/fix/merge that one first - and probably this PR will be influenced by that as well. |
2f1db24
to
d51db8b
Compare
- Added inflection group property to the word form interface
- Setting inflection group in gender handlers
- Added a test to check the default value of inflection group
- Added a test case for multiple declension tables - Corrected index generation for the mutliple declention tables case
- Fixed JavaDocs
ff9c9c5
to
523dca4
Compare
See #66.
This is a WIP PR, please do not merge yet.