mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 14:16:31 -06:00
Greek by Ioanna Papodopoulou - complete, 27th RGL language
This commit is contained in:
30
src/greek/CommonGre.gf
Normal file
30
src/greek/CommonGre.gf
Normal file
@@ -0,0 +1,30 @@
|
||||
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} ;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user