1
0
forked from GitHub/gf-rgl

fix the linearization of prepositions in two places

This commit is contained in:
krangelov
2020-04-26 19:57:57 +02:00
parent 4aa647e306
commit dd2a6ad0ca
2 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ lin
AdAdV a adv = {s = a.s ++ adv.s; p = adv.p} ;
EmptyRelSlash slash = {
s = \\t,a,p,agr => slash.c2.s ++ whichRP ! agr.gn ++ slash.s ! agr ! t ! a ! p ! Main
s = \\t,a,p,agr => linPrep slash.c2 ++ whichRP ! agr.gn ++ slash.s ! agr ! t ! a ! p ! Main
} ;
CompoundN n1 n2 =