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

27
src/greek/ExtraGre.gf Normal file
View File

@@ -0,0 +1,27 @@
concrete ExtraGre of ExtraGreAbs = CatGre **
open
CommonGre,
ResGre,
NounGre,
PhraseGre,
SentenceGre,
Prelude in {
flags coding = utf8 ;
lin
-- TImperf = {s = [] ; t = ResGre.TImperf; m = Ind} ;
UttImpSgImperf pol imp = {s = pol.s ++ imp.s ! pol.p ! Sg ! Imperf} ;
UttImpPlImperf pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl ! Imperf} ;
theyFem_Pron = mkPron "αυτές" "τους" "τις" "αυτές" "αυτών" Fem Pl P3 ;
theyNeut_Pron = mkPron "αυτά" "τους" "τα" "αυτά" "αυτών" Neut Pl P3 ;
}