mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 14:12:51 -06:00
Chenpeng's fixes in StructuralChi and AdjectiveChi
This commit is contained in:
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user