mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
Greek by Ioanna Papodopoulou - complete, 27th RGL language
This commit is contained in:
27
src/greek/ExtraGre.gf
Normal file
27
src/greek/ExtraGre.gf
Normal 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 ;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user