mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 19:16:28 -06:00
(Eus) Fix agreement in complement clauses
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user