added passives and self's to Chi

This commit is contained in:
aarne
2013-12-06 09:16:50 +00:00
parent be58b6f224
commit 324eb400b5
4 changed files with 9 additions and 6 deletions
+4
View File
@@ -27,6 +27,10 @@ concrete IdiomChi of Idiom = CatChi ** open Prelude, ResChi in {
ImpPl1 vp = ss (zan_s ++ men_s ++ infVP vp ++ ba0_s) ;
SelfAdvVP vp = insertAdv (ss reflPron) vp ;
SelfAdVVP vp = insertAdv (ss reflPron) vp ;
SelfNP np = {s = np.s ++ reflPron} ;
}