diff --git a/lib/src/german/IdiomGer.gf b/lib/src/german/IdiomGer.gf index 4392a38b5..874eaa626 100644 --- a/lib/src/german/IdiomGer.gf +++ b/lib/src/german/IdiomGer.gf @@ -40,6 +40,11 @@ concrete IdiomGer of Idiom = CatGer ** MConjunct ! Pres ! Simul ! Pos ! Inv } ; + ImpP3 np vp = { + s = (mkClause (np.s ! Nom) np.a vp).s ! + MConjunct ! Pres ! Simul ! Pos ! Inv + } ; + oper geben = dirV2 (mk6V "geben" "gibt" "gib" "gab" "gäbe" "gegeben") ; }