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 {