(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
+1 -1
View File
@@ -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 ;