1
0
forked from GitHub/gf-rgl

three new uses of "self" in Idion(Eng,Fin,Ger,Swe): SelfAdvVP (he is singing himself), SelfAdVVP (he is himself singing), SelfNP (he himself is singing; I know the president himself)

This commit is contained in:
aarne
2013-12-03 18:54:56 +00:00
parent 629efbe2c0
commit 70f8827f75
20 changed files with 98 additions and 51 deletions

View File

@@ -73,6 +73,15 @@ concrete IdiomFin of Idiom = CatFin **
vp.s2 ! True ! Pos ! Ag Pl P1 ++ vp.ext
} ;
SelfAdvVP vp = insertAdv (\\_ => "itse") vp ;
SelfAdVVP vp = insertAdv (\\_ => "itse") vp ;
SelfNP np = {
s = \\c => np.s ! c ++ (reflPron np.a).s ! c ;
a = np.a ;
isPron = False ; -- minun toloni --> minun itseni talo
isNeg = np.isNeg
} ;
oper
olla = verbOlla ** {sc = NPCase Nom ; h = Back ; p = []} ;