redocumenting resource

This commit is contained in:
aarne
2006-01-25 13:52:15 +00:00
parent 3a69241209
commit 9dc877cead
73 changed files with 392 additions and 263 deletions

View File

@@ -1,4 +1,4 @@
concrete CatEng of Cat = open ResEng, Prelude in {
concrete CatEng of Cat = TenseX ** open ResEng, Prelude in {
flags optimize=all_subs ;
@@ -69,7 +69,7 @@ concrete CatEng of Cat = open ResEng, Prelude in {
Subj = {s : Str} ;
Prep = {s : Str} ;
-- Open lexical classes, e.g. Basic
-- Open lexical classes, e.g. Lexicon
V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ;
V2, VV, V2A = Verb ** {c2 : Str} ;