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:
@@ -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 = []} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user