Spanish partitive; German VP conj zu

This commit is contained in:
aarne
2006-12-13 21:10:11 +00:00
parent d0e784e699
commit ed4bf5c52f
7 changed files with 19 additions and 12 deletions

View File

@@ -530,8 +530,8 @@ resource ResGer = ParamX ** open Prelude in {
vp.inf ++ vp.ext
> ;
useInfVP : VP -> Str = \vp ->
let vpi = infVP False vp in
useInfVP : Bool -> VP -> Str = \isAux,vp ->
let vpi = infVP isAux vp in
vpi.p1 ! agrP3 Sg ++ vpi.p3 ++ vpi.p2 ;
-- The nominative case is not used as reflexive, but defined here