removed automatic lock fields - must be added by hand in places in resource

This commit is contained in:
aarne
2006-05-22 15:48:59 +00:00
parent 3c8b2606a3
commit db4e3fee20
10 changed files with 54 additions and 89 deletions

View File

@@ -2,6 +2,17 @@ concrete CommonX of Common = open (R = ParamX) in {
lincat
Text, Phr = {s : Str} ;
Utt = {s : Str} ;
Voc = {s : Str} ;
SC = {s : Str} ;
Adv = {s : Str} ;
AdV = {s : Str} ;
AdA = {s : Str} ;
AdS = {s : Str} ;
AdN = {s : Str} ;
IAdv = {s : Str} ;
CAdv = {s : Str} ;
PConj = {s : Str} ;
Tense = {s : Str ; t : R.Tense} ;
Ant = {s : Str ; a : R.Anteriority} ;