mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 02:31:10 -06:00
(Eus) Fix agreement in complement clauses
This commit is contained in:
@@ -10,7 +10,7 @@ lin
|
||||
|
||||
-- : VV -> VP -> VP ; -- [lo egin/neska ikusi/jakin] nahi/ahal/behar dut
|
||||
ComplVV vv vp =
|
||||
let vcomp : Str = linVPPrc vp ;
|
||||
let vcomp = linVPPrc vp ;
|
||||
in ResEus.insertComp vcomp (useV vv) ;
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@ lin
|
||||
|
||||
|
||||
-- : V2V -> VP -> VPSlash ; -- beg (her) to go
|
||||
SlashV2V v2v vp = slashDObj v2v ** -- TODO: something wrong in this function!
|
||||
{ comp = \\agr => linVPPrc vp } ; --How about agreement with tense of the main clause???
|
||||
SlashV2V v2v vp = slashDObj v2v **
|
||||
{ comp = linVPPrc vp } ; ---- No agreement with tense of the main clause
|
||||
|
||||
|
||||
-- : V2S -> S -> VPSlash ; -- answer (to him) that it is good
|
||||
|
||||
Reference in New Issue
Block a user