From 36363c191fb84a74c08809de20f973b7b9816a77 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 3 Mar 2014 14:10:03 +0000 Subject: [PATCH] PredChi top module --- lib/src/experimental/PredChi.gf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/src/experimental/PredChi.gf diff --git a/lib/src/experimental/PredChi.gf b/lib/src/experimental/PredChi.gf new file mode 100644 index 000000000..e08d08c3c --- /dev/null +++ b/lib/src/experimental/PredChi.gf @@ -0,0 +1,9 @@ +concrete PredChi of Pred = + CatChi [NP,Utt,IP,IAdv,IComp,Conj,RP,RS,Imp] ** + PredFunctor + with + (PredInterface = PredInstanceChi) ** open TenseX in { + +lincat Ant = {s : Str ; a : Anteriority} ; + +}