Skip to content

Commit

Permalink
One more set of German neuter noun Wikifunctions
Browse files Browse the repository at this point in the history
I was just totally wrong when I wrote in the previous commit that that
was the last set of neuter functions from the extension; I missed this
one. Still part of #140. Example words: Kind, Kalb, Haus, Loch, Buch…
  • Loading branch information
lucaswerkmeister committed Nov 19, 2023
1 parent 442f510 commit 11e7d12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -4099,6 +4099,7 @@ def statements(*args):
'example': 'Das Eigentum eines [Kindes/Kinds].',
'grammatical_features_item_ids': [genitive_case, singular],
'wikifunctions': {
'-(e)s-/¨er': 'Z11991',
'-s/-e': 'Z11991',
'-s/-s': 'Z11729',
'-s/-n': 'Z11729',
Expand All @@ -4110,6 +4111,7 @@ def statements(*args):
'example': 'Das gehört einem [Kind/Kinde].',
'grammatical_features_item_ids': [dative_case, singular],
'wikifunctions': {
'-(e)s-/¨er': 'Z11602',
'-s/-e': 'Z11602',
'-s/-s': 'Z11602',
'-s/-n': 'Z11602',
Expand All @@ -4121,6 +4123,7 @@ def statements(*args):
'example': 'Ich mag ein [Kind].',
'grammatical_features_item_ids': [accusative_case, singular],
'wikifunctions': {
'-(e)s-/¨er': 'Z11602',
'-s/-e': 'Z11602',
'-s/-s': 'Z11602',
'-s/-n': 'Z11602',
Expand All @@ -4132,6 +4135,7 @@ def statements(*args):
'example': 'Das sind mehrere [Kinder].',
'grammatical_features_item_ids': [nominative_case, plural],
'wikifunctions': {
'-(e)s-/¨er': 'Z11996',
'-s/-e': 'Z11789',
'-s/-s': 'Z11729',
'-s/-n': 'Z11602',
Expand All @@ -4143,6 +4147,7 @@ def statements(*args):
'example': 'Das Eigentum mehrerer [Kinder].',
'grammatical_features_item_ids': [genitive_case, plural],
'wikifunctions': {
'-(e)s-/¨er': 'Z11996',
'-s/-e': 'Z11789',
'-s/-s': 'Z11729',
'-s/-n': 'Z11602',
Expand All @@ -4154,6 +4159,7 @@ def statements(*args):
'example': 'Das gehört mehreren [Kindern].',
'grammatical_features_item_ids': [dative_case, plural],
'wikifunctions': {
'-(e)s-/¨er': 'Z12004',
'-s/-e': 'Z11834',
'-s/-s': 'Z11729',
'-s/-n': 'Z11834',
Expand All @@ -4165,6 +4171,7 @@ def statements(*args):
'example': 'Ich mag mehrere [Kinder].',
'grammatical_features_item_ids': [accusative_case, plural],
'wikifunctions': {
'-(e)s-/¨er': 'Z11996',
'-s/-e': 'Z11789',
'-s/-s': 'Z11729',
'-s/-n': 'Z11602',
Expand Down

0 comments on commit 11e7d12

Please sign in to comment.