mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
ExtraFre.ce_Pron added
This commit is contained in:
@@ -50,6 +50,11 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
||||
in
|
||||
{s = vous.s ; hasClit = vous.hasClit ; poss = vous.poss ; a = vous.a ; isPol = True ; isNeg = False} ;
|
||||
|
||||
ce_Pron =
|
||||
let ce = elision "c"
|
||||
in
|
||||
mkPronoun ce ce ce ("cela" | "ça") "son" (elisPoss "s") "ses" Masc Sg P3 ; ---- variants?
|
||||
|
||||
AdvDatVP = insertClit3 datClit ;
|
||||
AdvGenVP = insertClit3 genClit ;
|
||||
|
||||
|
||||
@@ -32,6 +32,8 @@ abstract ExtraFreAbs = ExtraRomanceAbs - [ProDrop] ** {
|
||||
youPl8fem_Pron : Pron ;
|
||||
youPol8fem_Pron : Pron ;
|
||||
|
||||
ce_Pron : Pron ;
|
||||
|
||||
-- clitic adverbs
|
||||
|
||||
AdvDatVP : VP -> VP ; -- j'y vais
|
||||
|
||||
Reference in New Issue
Block a user