-
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
Add inflection group property to the word form #66
Comments
I will work on this in my form and send the PR later on. |
- 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
@chmeyer Once again, there's a surprise. Some entries contain several declination tables (I've seen two so far). For instance: https://de.wiktionary.org/wiki/Apfelschorle This means we can't simply use My suggestion is to add An alternative would be to count inflection groups through all the tables. For the What do you think? |
- 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
- 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
As discussed in #57, add the
int
inflectionGroup
property toIWiktionaryWordForm
.The purpose of this property is to identify which "column" of the inflection table does a word form belong to.
Consider the word Fels for example:
Here we would generate the following word forms:
we would thus generate 14 word forms with the following properties:
The text was updated successfully, but these errors were encountered: