1
0
forked from GitHub/gf-rgl

NDTransChi compiles

This commit is contained in:
aarne
2014-03-09 22:15:50 +00:00
parent 784808f4c7
commit 0a70bc38a9
16 changed files with 139 additions and 74 deletions
+8 -3
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 ;
}