mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
ImpP3 in French
This commit is contained in:
@@ -19,4 +19,5 @@ abstract Idiom = Cat ** {
|
|||||||
|
|
||||||
ImpPl1 : VP -> Utt ; -- let's go
|
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
|
(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
|
oper
|
||||||
elisCe = elision "c" ;
|
elisCe = elision "c" ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user