Chenpeng's fixes in StructuralChi and AdjectiveChi

This commit is contained in:
aarne
2012-11-26 10:28:21 +00:00
parent 7f1be627ae
commit 4ed5333d1a
2 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ concrete AdjectiveChi of Adjective = CatChi ** open ResChi, Prelude in {
AdjOrd ord = complexAP ord.s ;
CAdvAP ad ap np = complexAP (ap.s ++ ad.s ++ ad.p ++ np.s) ;
-- CAdvAP ad ap np = complexAP (ap.s ++ ad.s ++ ad.p ++ np.s) ;
CAdvAP ad ap np = complexAP (ad.s++ np.s++ad.p++ap.s ) ; --modified by ChenPeng 11.24
ComplA2 a np = complexAP (a.s ++ appPrep a.c2 np.s) ;