Skip to content

Commit

Permalink
More German neuter noun Wikifunctions
Browse files Browse the repository at this point in the history
Still not done but getting closer. Part of #140.

Example word for -s/-s: Taxi; example word for -s/-n: Römer.
  • Loading branch information
lucaswerkmeister committed Nov 19, 2023
1 parent 45fab7a commit d75ebcf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -4099,6 +4099,8 @@ def statements(*args):
'example': 'Das Eigentum eines [Kindes/Kinds].',
'grammatical_features_item_ids': [genitive_case, singular],
'wikifunctions': {
'-s/-s': 'Z11729',
'-s/-n': 'Z11729',
'-um/-en': 'Z11729',
},
},
Expand All @@ -4107,6 +4109,8 @@ def statements(*args):
'example': 'Das gehört einem [Kind/Kinde].',
'grammatical_features_item_ids': [dative_case, singular],
'wikifunctions': {
'-s/-s': 'Z11602',
'-s/-n': 'Z11602',
'-um/-en': 'Z11602',
},
},
Expand All @@ -4115,6 +4119,8 @@ def statements(*args):
'example': 'Ich mag ein [Kind].',
'grammatical_features_item_ids': [accusative_case, singular],
'wikifunctions': {
'-s/-s': 'Z11602',
'-s/-n': 'Z11602',
'-um/-en': 'Z11602',
},
},
Expand All @@ -4123,6 +4129,8 @@ def statements(*args):
'example': 'Das sind mehrere [Kinder].',
'grammatical_features_item_ids': [nominative_case, plural],
'wikifunctions': {
'-s/-s': 'Z11729',
'-s/-n': 'Z11602',
'-um/-en': 'Z11762',
},
},
Expand All @@ -4131,6 +4139,8 @@ def statements(*args):
'example': 'Das Eigentum mehrerer [Kinder].',
'grammatical_features_item_ids': [genitive_case, plural],
'wikifunctions': {
'-s/-s': 'Z11729',
'-s/-n': 'Z11602',
'-um/-en': 'Z11762',
},
},
Expand All @@ -4139,6 +4149,8 @@ def statements(*args):
'example': 'Das gehört mehreren [Kindern].',
'grammatical_features_item_ids': [dative_case, plural],
'wikifunctions': {
'-s/-s': 'Z11729',
'-s/-n': 'Z11834',
'-um/-en': 'Z11762',
},
},
Expand All @@ -4147,6 +4159,8 @@ def statements(*args):
'example': 'Ich mag mehrere [Kinder].',
'grammatical_features_item_ids': [accusative_case, plural],
'wikifunctions': {
'-s/-s': 'Z11729',
'-s/-n': 'Z11602',
'-um/-en': 'Z11762',
},
},
Expand Down

0 comments on commit d75ebcf

Please sign in to comment.