(Dut) useInfVP depend on agreement; ProgrVP adds a complement, not adverb

This commit is contained in:
Inari Listenmaa
2018-04-17 10:13:04 +02:00
parent 7e03f0f5a2
commit afd2976439
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -642,9 +642,9 @@ param
vp.inf.p1 ++ vp.ext
> ;
useInfVP : Bool -> VP -> Str = \isAux,vp ->
useInfVP : Bool -> VP -> Agr => Str = \isAux,vp ->
let vpi = infVP isAux vp in
vpi.p1 ! agrP3 Sg ++ vpi.p2 ++ vpi.p3 ; -- TODO
\\agr => vpi.p1 ! agr ++ vpi.p2 ++ vpi.p3 ;
reflPron : Agr => Str = table {
{n = Sg ; p = P1} => "mijzelf" ;