mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(Dut) useInfVP depend on agreement; ProgrVP adds a complement, not adverb
This commit is contained in:
+2
-2
@@ -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" ;
|
||||
|
||||
Reference in New Issue
Block a user