(Pes) Add passive construction

This commit is contained in:
Inari Listenmaa
2019-03-29 11:55:43 +01:00
parent a16c900d34
commit 6bc6f211bf
5 changed files with 28 additions and 7 deletions
+3 -3
View File
@@ -52,12 +52,12 @@ concrete VerbPes of Verb = CatPes ** open ResPes,Prelude in {
AdvVP vp adv = insertAdV adv.s vp ;
AdVVP adv vp = insertAdV adv.s vp ;
ReflVP v = insertCompPre reflPron v ;
PassV2 v = predV v ; -- need to be fixed
ReflVP = insertCompPre reflPron ;
PassV2 = passV ;
UseComp comp = insertComp comp.s (predV beVerb) ;
CompAP ap = {s = \\_ => ap.s ! Bare} ; -- check form of adjective
CompAdv adv = {s = \\_ => adv.s } ;
CompAdv adv = {s = \\_ => adv.s} ;
-- see https://sites.la.utexas.edu/persian_online_resources/nouns/noun-in-a-predicative-position/
CompCN cn = {