fixed many things in ParseChi

This commit is contained in:
aarne
2013-09-27 03:45:02 +00:00
parent 6c28e9743d
commit 9ce07e699f
7 changed files with 47 additions and 13 deletions

View File

@@ -18,8 +18,8 @@ concrete VerbChi of Verb = CatChi ** open ResChi, Prelude in {
ComplVV v vp = {
verb = v ;
compl = vp.verb.s ++ vp.compl ;
prePart = vp.prePart
compl = vp.prePart ++ vp.verb.s ++ vp.compl ;
prePart = []
} ;
ComplVS v s = insertObj s (predV v []) ;