forked from GitHub/gf-core
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
concrete NDPredChi of NDPred =
|
|
CatChi [NP,Utt,IP,IAdv,IComp,Conj,RS,RP,Subj] **
|
|
NDPredFunctor
|
|
with
|
|
(PredInterface = PredInstanceChi),
|
|
(Pred = PredChi) ** open PredChi in {
|
|
|
|
lincat Ant = PredChi.Ant ;
|
|
|
|
}
|