mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
German verbs
This commit is contained in:
@@ -18,6 +18,15 @@ resource ParamGer = ParamX ** {
|
||||
|
||||
Adjf = Strong | Weak ;
|
||||
|
||||
-- Gender distinctions are only made in the singular.
|
||||
|
||||
GenNum = GSg Gender | GPl ;
|
||||
|
||||
-- The predicative form of adjectives is not inflected further.
|
||||
|
||||
AForm = APred | AMod Adjf GenNum Case ;
|
||||
|
||||
|
||||
---- Agreement of $NP$ is a record. We'll add $Gender$ later.
|
||||
--
|
||||
-- oper
|
||||
@@ -26,8 +35,19 @@ resource ParamGer = ParamX ** {
|
||||
-- param
|
||||
-- Gender = Neutr | Masc | Fem ;
|
||||
--
|
||||
----2 For $Verb$
|
||||
--
|
||||
--2 For $Verb$
|
||||
|
||||
VForm =
|
||||
VInf
|
||||
| VPresInd Number Person
|
||||
| VPresSubj Number Person
|
||||
| VImper Number
|
||||
| VImpfInd Number Person
|
||||
| VImpfSubj Number Person
|
||||
| VPresPart AForm
|
||||
| VPastPart AForm ;
|
||||
|
||||
|
||||
---- Only these five forms are needed for open-lexicon verbs.
|
||||
--
|
||||
-- param
|
||||
|
||||
Reference in New Issue
Block a user