(Eus) Fix agreement in complement clauses

This commit is contained in:
Inari Listenmaa
2018-04-23 16:18:43 +02:00
parent 6ca9fbe55b
commit 9e95b1df99
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ lin
--2 Imperatives
-- : VP -> Imp ;
ImpVP vp = { s = linVPPrc vp } ; --TODO: check negation
ImpVP vp = { s = linVPPrc vp ! Hau } ; --TODO: check negation
--2 Embedded sentences
@@ -47,7 +47,7 @@ lin
EmbedQS qs = { s = linSSub (qs.s ! Indir) "la" } ; --???
-- : VP -> SC ; -- ikusi
EmbedVP vp = { s = linVPPrc vp } ;
EmbedVP vp = { s = linVPPrc vp ! Hau } ;
--2 Sentences