SC in English needs an agreement

This commit is contained in:
Krasimir Angelov
2018-06-02 22:24:43 +02:00
parent ed08ae83d0
commit cd74a0bc34
7 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -91,7 +91,7 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
isPre = vp.isSimple -- depends on whether there are complements
} ;
EmbedPresPart vp = {s = infVP VVPresPart vp Simul CPos (agrP3 Sg)} ; --- agr
EmbedPresPart vp = {s = \\a => infVP VVPresPart vp Simul CPos a} ; --- agr
UttVPShort vp = {s = infVP VVAux vp Simul CPos (agrP3 Sg)} ;
@@ -357,4 +357,4 @@ lin
} ;
}
}