ImpP3 in IdiomGer

This commit is contained in:
aarne
2009-12-16 15:42:16 +00:00
parent 5a9b43a422
commit 95ad030dc6

View File

@@ -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") ;
}