(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
+1 -1
View File
@@ -51,7 +51,7 @@ concrete SentenceDut of Sentence = CatDut ** open ResDut, Prelude in {
EmbedS s = {s = conjThat ++ s.s ! Sub} ;
EmbedQS qs = {s = qs.s ! QIndir} ;
EmbedVP vp = {s = useInfVP False vp} ;
EmbedVP vp = {s = useInfVP False vp ! agrP3 Sg } ;
UseCl t p cl = {
s = \\o => t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p ! o