mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
ImpP3 in French
This commit is contained in:
@@ -19,4 +19,5 @@ abstract Idiom = Cat ** {
|
||||
|
||||
ImpPl1 : VP -> Utt ; -- let's go
|
||||
|
||||
ImpP3 : NP -> VP -> Utt ; -- let John walk
|
||||
}
|
||||
|
||||
@@ -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" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user