using le for AAnter in Chi; adjustments of CompAP rules in Chi

This commit is contained in:
aarne
2013-10-06 21:13:31 +00:00
parent 2623d53963
commit 6a5979a689
6 changed files with 17 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
concrete CatChi of Cat = CommonX - [Tense, Temp, Adv] ** open ResChi, Prelude in {
concrete CatChi of Cat = CommonX - [Tense, Temp, Ant, Adv] ** open ResChi, Prelude in {
lincat
@@ -81,6 +81,6 @@ concrete CatChi of Cat = CommonX - [Tense, Temp, Adv] ** open ResChi, Prelude in
Temp = {s : Str ; t : Aspect} ;
Tense = {s : Str ; t : Aspect} ;
Ant = {s : Str ; t : Aspect} ;
}