Greek by Ioanna Papodopoulou - complete, 27th RGL language

This commit is contained in:
aarne
2013-04-25 13:22:28 +00:00
parent bfb81a5bb6
commit b65ff494e6
44 changed files with 8355 additions and 493 deletions

30
src/greek/CommonGre.gf Normal file
View 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} ;
}