(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
@@ -16,7 +16,7 @@ concrete PhraseDut of Phrase = CatDut ** open Prelude, ResDut in
UttIP ip = {s = ip.s ! NPNom} ; --- Acc also
UttIAdv iadv = iadv ;
UttNP np = {s = np.s ! NPNom} ;
UttVP vp = {s = useInfVP True vp} ; -- without zu
UttVP vp = {s = useInfVP True vp ! agrP3 Sg } ; -- without zu
UttAdv adv = adv ;
UttCN n = {s = n.s ! Strong ! NF Sg Nom} ;
UttCard n = {s = n.s ! Utr ! Nom} ;