NDTransChi compiles

This commit is contained in:
aarne
2014-03-09 22:15:50 +00:00
parent b4c0077955
commit c8309a33d8
16 changed files with 139 additions and 74 deletions

View File

@@ -1,5 +1,10 @@
concrete NDPredChi of Pred =
concrete NDPredChi of NDPred =
CatChi [NP,Utt,IP,IAdv,IComp,Conj,RS,RP,Subj] **
NDPredFunctor with
NDPredFunctor
with
(PredInterface = PredInstanceChi),
(Pred = PredChi) ;
(Pred = PredChi) ** open PredChi in {
lincat Ant = PredChi.Ant ;
}