Overload partV ; fix typo in IrregDut ; fix word order in subordinate clauses in ResDut

This commit is contained in:
inari
2014-06-19 15:04:36 +00:00
parent b953e782f6
commit 7cc6787454
3 changed files with 20 additions and 7 deletions

View File

@@ -605,11 +605,20 @@ param
} --# notpresent
;
extra = vp.ext ;
--for the Sub word order
inffin =
case <a,vp.isAux> of { --# notpresent
<Anter,True> => fin ++ inf ; -- double inf --# notpresent
_ => --# notpresent
inf ++ fin --- or just auxiliary vp
case <t,a,vp.isAux> of { --# notpresent
-- gezien zou/zal hebben
<Cond,Anter,False> => vperf ++ fin ++ auxv ! VInf ; --# notpresent
<Fut,Anter,False> => vperf ++ fin ++ auxv ! VInf ; --# notpresent
-- zou/zal zien
<Cond,Simul,False> => fin ++ verb.p2 ; --# notpresent
<Fut,Simul,False> => fin ++ verb.p2 ; --# notpresent
-- wil kunnen zien (first line in inf)
<_,Anter,True> => fin ++ inf ; -- double inf --# notpresent
_ => fin ++ inf --# notpresent
-- no inf ++ fin, this is not German :-P
} --# notpresent
in
case o of {