1
0
forked from GitHub/gf-core

restoring the discontinuous Ger NP parts in some linearizations

This commit is contained in:
aarne
2015-07-27 09:14:10 +00:00
parent 0941e98a00
commit 6519a3b72e
6 changed files with 10 additions and 11 deletions

View File

@@ -59,17 +59,15 @@ concrete IdiomGer of Idiom = CatGer **
} ;
ImpP3 np vp = {
s = (mkClause (np.s ! NPC Nom) np.a vp).s !
s = (mkClause ((mkSubj np vp.subjc).p1) np.a vp).s !
MConjunct ! Pres ! Simul ! Pos ! Inv
} ;
SelfAdvVP vp = insertAdv "selbst" vp ;
SelfAdVVP vp = insertAdv "selbst" vp ;
SelfNP np = {
SelfNP np = np ** {
s = \\c => np.s ! c ++ "selbst" ;
a = np.a ;
isPron = False ;
adv, rc, ext = []
} ;
oper