forked from GitHub/gf-rgl
(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