mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-01 11:18:55 -06:00
30 lines
681 B
Plaintext
30 lines
681 B
Plaintext
concrete CommonGre of Common = open (R = ParamX), ResGre in {
|
|
|
|
flags coding = utf8 ;
|
|
|
|
lincat
|
|
|
|
Text = {s : Str} ;
|
|
Phr = {s : Str} ;
|
|
Utt = {s : Str} ;
|
|
Voc = {s : Str} ;
|
|
SC = {s : Str} ;
|
|
Adv = {s : Str} ;
|
|
AdV = {s : Str} ;
|
|
AdA = {s : Str} ;
|
|
AdN = {s : Str} ;
|
|
IAdv = {s : Str} ;
|
|
CAdv = {s : Str; p : Str} ** {c:Case};
|
|
PConj = {s : Str} ;
|
|
Interj = {s : Str} ;
|
|
|
|
|
|
Temp = {s : Str ; t : TTense ; a : R.Anteriority ;m : Mood } ;
|
|
Tense = {s : Str ; t : TTense ; m : Mood } ;
|
|
Ant = {s : Str ; a : R.Anteriority} ;
|
|
Pol = {s : Str ; p : R.Polarity} ;
|
|
|
|
|
|
|
|
|
|
} |