ImpP3 in French

This commit is contained in:
aarne
2009-12-16 15:54:52 +00:00
parent 403bec9f16
commit 9c20e87a08
2 changed files with 6 additions and 0 deletions

View File

@@ -19,4 +19,5 @@ abstract Idiom = Cat ** {
ImpPl1 : VP -> Utt ; -- let's go
ImpP3 : NP -> VP -> Utt ; -- let John walk
}

View File

@@ -37,6 +37,11 @@ concrete IdiomFre of Idiom = CatFre **
(mkImperative False P1 vp).s ! Pos ! {n = Pl ; g = Masc} --- fem
} ;
ImpP3 np vp = {
s = (mkClause (np.s ! Nom).comp np.hasClit np.a vp).s
! DInv ! RPres ! Simul ! Pos ! Conjunct
} ;
oper
elisCe = elision "c" ;