bug fix in Dutch infinitive vp

This commit is contained in:
aarne
2011-01-24 15:01:43 +00:00
parent 57d150c970
commit 6fa1d913e9
5 changed files with 7 additions and 7 deletions

View File

@@ -598,7 +598,7 @@ param
infVP : Bool -> VP -> ((Agr => Str) * Str * Str) = \isAux, vp ->
<
\\agr => vp.n2 ! agr ++ vp.a2,
\\agr => vp.n0 ! agr ++ vp.n2 ! agr ++ vp.a2,
vp.a1 ! Pos ++
if_then_Str isAux [] "te" ++ vp.s.s ! VInf,
vp.inf.p1 ++ vp.ext