fixed progressives and vocative commas in Chi

This commit is contained in:
aarne
2013-10-10 17:56:05 +00:00
parent 519baa02ae
commit 1d8ff88013
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -18,7 +18,12 @@ concrete IdiomChi of Idiom = CatChi ** open Prelude, ResChi in {
ExistIP ip = {s = (mkClause [] (regVerb you_s) ip.s).s} ; ---- infl of you
ProgrVP vp = vp ; ----
ProgrVP vp = {
verb = regVerb zai_s ;
compl = vp.prePart ++ vp.verb.s ++ vp.compl ;
prePart = []
} ;
ImpPl1 vp = ss (zan_s ++ men_s ++ infVP vp ++ ba0_s) ;