restoring the discontinuous Ger NP parts in some linearizations

This commit is contained in:
aarne
2015-07-27 09:14:10 +00:00
parent 80800e3bfd
commit 8bbb2a1277
6 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -206,5 +206,5 @@ concrete NounGer of Noun = CatGer ** open ResGer, MorphoGer, Prelude in {
s = \\a,n,c => cn.s ! a ! n ! c ++ np.s ! NPC c ++ bigNP np } ;
PossNP cn np = cn ** {
s = \\a,n,c => cn.s ! a ! n ! c ++ np.s ! NPP CVonDat } ;
s = \\a,n,c => cn.s ! a ! n ! c ++ np.s ! NPP CVonDat ++ bigNP np } ;
}