mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 10:11:10 -06:00
ExistNPAdv in Fre and Ita
This commit is contained in:
@@ -11,6 +11,10 @@ concrete IdiomFre of Idiom = CatFre **
|
||||
ExistNP np =
|
||||
mkClause "il" True False (agrP3 Masc Sg)
|
||||
(insertClit3 "y" (insertComplement (\\_ => (np.s ! Acc).ton) (predV avoir_V))) ;
|
||||
|
||||
ExistNPAdv np adv =
|
||||
mkClause "il" True False (agrP3 Masc Sg)
|
||||
(insertAdv adv.s (insertClit3 "y" (insertComplement (\\_ => (np.s ! Acc).ton) (predV avoir_V)))) ;
|
||||
|
||||
ExistIP ip = {
|
||||
s = \\t,a,p,_ =>
|
||||
|
||||
Reference in New Issue
Block a user