From b5ca8710cfce2b7be64c74126c50ff523d6e88c8 Mon Sep 17 00:00:00 2001 From: Aarne Ranta Date: Wed, 18 Apr 2018 16:49:17 +0200 Subject: [PATCH] fixed notpresent in ResDut --- src/dutch/ResDut.gf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/dutch/ResDut.gf b/src/dutch/ResDut.gf index 602248b3..cbe7ad35 100644 --- a/src/dutch/ResDut.gf +++ b/src/dutch/ResDut.gf @@ -123,7 +123,7 @@ param | VImp3 -- weest | VImpPl -- wezen | VPerf -- geweest - | VPerfInfl -- geweeste --# notpresent + | VPerfInfl -- geweeste | VPresPart -- zijnde | VGer -- zijnde ; @@ -149,7 +149,7 @@ param VPastSg => aaide; -- ik aaide --# notpresent VPastPl => aaiden; -- hij/zij/het/wij aaiden --# notpresent VPerf => geaaid ; -- ik heb geaaid - VPerfInfl => geaaide ; -- inflected form of participle --# notpresent + VPerfInfl => geaaide ; -- inflected form of participle VPresPart => aaien + "de" ; VGer => aaien + "d" } @@ -617,10 +617,10 @@ param verb : Str * Str = case of { -- - => ; --# notpresent - => vp.s.s ! VPerfInfl ; - _ => vperf } - ,[]> ; --# notpresent + => ; + => vp.s.s ! VPerfInfl ; + _ => vperf } + ,[]> ; -- <_,Fut|Cond,Simul> => ; --# notpresent @@ -633,8 +633,8 @@ param obj0 = vp.n0 ! agr ; obj = vp.n2 ! agr ; part = vp.s.particle ; - pref = case a of { - Anter => [] ; -- prefix is part of participle: toegevoegd + pref = case of { + Anter => [] ; -- prefix is part of participle: toegevoegd --# notpresent _ => vp.s.prefix -- prefix not present in verb form } ; compl = case vp.negPos of { @@ -654,10 +654,10 @@ param -- gezien zou/zal hebben => vperf ++ fin ++ auxv ! VInf ++ vp.inf.p1 ; --# notpresent -- zou/zal zien - => fin ++ verb.p2 ++ vp.inf.p1 ; + => fin ++ verb.p2 ++ vp.inf.p1 ; --# notpresent -- wil kunnen zien (first line in inf) - _ => fin ++ inf -- double inf --# notpresent + _ => fin ++ inf -- double inf } in case o of {