ExtraFre.ce_Pron added

This commit is contained in:
aarne
2014-04-21 07:26:12 +00:00
parent 90161e6fec
commit 4ee1c27747
2 changed files with 7 additions and 0 deletions

View File

@@ -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 ;