mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
(Eus) Fix agreement in complement clauses
This commit is contained in:
@@ -16,7 +16,7 @@ concrete PhraseEus of Phrase = CatEus ** open Prelude, ResEus in {
|
||||
UttIP ip = { s = ip.s ! Abs} ;
|
||||
UttIAdv iadv = iadv ;
|
||||
UttNP np = { s = np.s ! Abs} ;
|
||||
UttVP vp = { s = linVPPrc vp } ;
|
||||
UttVP vp = { s = linVPPrc vp ! Hau } ;
|
||||
UttAdv adv = adv ;
|
||||
UttCN n = {s = linCNDef n } ;
|
||||
UttCard n = n ;
|
||||
|
||||
Reference in New Issue
Block a user