From 7db004d2f61273726aa1dea24560ec056d60990d Mon Sep 17 00:00:00 2001 From: inari Date: Thu, 19 Jun 2014 09:57:23 +0000 Subject: [PATCH] small cleanup --- lib/src/dutch/ResDut.gf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/src/dutch/ResDut.gf b/lib/src/dutch/ResDut.gf index 0f3b5d90e..cd3aea8b8 100644 --- a/lib/src/dutch/ResDut.gf +++ b/lib/src/dutch/ResDut.gf @@ -407,7 +407,7 @@ param ---- clause, inverted, or subordinate. oper - Preposition = Str ; --* Bool; + Preposition = Str ; appPrep : Preposition -> (NPCase => Str) -> Str = \p,np -> p ++ np ! NPAcc ; ---- param @@ -537,7 +537,6 @@ param n2 = vp.n2 ; a2 = vp.a2 ++ adv ; isAux = vp.isAux ; --- hasPrep = vp.hasPrep ; negBeforeObj = vp.negBeforeObj ; inf = vp.inf ; ext = vp.ext @@ -550,7 +549,6 @@ param n2 = vp.n2 ; a2 = vp.a2 ; isAux = vp.isAux ; --- hasPrep = vp.hasPrep ; negBeforeObj = vp.negBeforeObj ; inf = vp.inf ; ext = vp.ext ++ ext @@ -564,7 +562,6 @@ param a2 = vp.a2 ; isAux = vp.isAux ; ---- negBeforeObj = vp.negBeforeObj ; --- hasPrep = vp.hasPrep ; inf = ; ext = vp.ext } ;