summaryrefslogtreecommitdiff
path: root/old-lib/resource/turkish/ParadigmsTur.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-06-22 15:39:08 +0000
committeraarne <aarne@chalmers.se>2009-06-22 15:39:08 +0000
commite89fdae2fa1626348d8025824a7469252fa85e42 (patch)
treec7d46bbd0494043b4bd6f917a25a7687517d0547 /old-lib/resource/turkish/ParadigmsTur.gf
parent3049b59b35b25381a7c6787444165c200d66e08b (diff)
next-lib renamed to lib, lib to old-lib
Diffstat (limited to 'old-lib/resource/turkish/ParadigmsTur.gf')
-rw-r--r--old-lib/resource/turkish/ParadigmsTur.gf43
1 files changed, 43 insertions, 0 deletions
diff --git a/old-lib/resource/turkish/ParadigmsTur.gf b/old-lib/resource/turkish/ParadigmsTur.gf
new file mode 100644
index 000000000..102098c8c
--- /dev/null
+++ b/old-lib/resource/turkish/ParadigmsTur.gf
@@ -0,0 +1,43 @@
+resource ParadigmsTur = open
+ Predef,
+ Prelude,
+ ResTur
+ in {
+
+oper
+ regV : Str -> Verb = \inf ->
+ let base : Str
+ = case inf of {
+ base+"mak" => base ;
+ base+"mek" => base
+ }
+ in { s = table {
+ VPres Sg P1 => harmony4 (harmony4 base "iyor") "im" ;
+ VPres Sg P2 => harmony4 (harmony4 base "iyor") "sin" ;
+ VPres Sg P3 => harmony4 base "iyor" ;
+ VPres Pl P1 => harmony4 (harmony4 base "iyor") "iz" ;
+ VPres Pl P2 => harmony4 (harmony4 (harmony4 base "iyor") "sin") "iz" ;
+ VPres Pl P3 => harmony4 (harmony4 base "iyor") "ler" ;
+ VPast Sg P1 => harmony4 base "dim" ;
+ VPast Sg P2 => harmony4 base "din" ;
+ VPast Sg P3 => harmony4 base "di" ;
+ VPast Pl P1 => harmony4 base "dik" ;
+ VPast Pl P2 => harmony4 (harmony4 base "din") "iz" ;
+ VPast Pl P3 => harmony4 base "diler" ;
+ VFuture Sg P1 => harmony4 (harmony2 base "ecek") "im" ;
+ VFuture Sg P2 => harmony4 (harmony2 base "ecek") "sin" ;
+ VFuture Sg P3 => harmony2 base "ecek" ;
+ VFuture Pl P1 => harmony4 (harmony2 base "ecek") "iz" ;
+ VFuture Pl P2 => harmony4 (harmony2 base "ecek") "siniz" ;
+ VFuture Pl P3 => harmony4 (harmony2 base "ecek") "ler" ;
+ VAorist Sg P1 => harmony4 base "im" ;
+ VAorist Sg P2 => harmony4 base "sin" ;
+ VAorist Sg P3 => base ;
+ VAorist Pl P1 => harmony4 base "iz" ;
+ VAorist Pl P2 => harmony4 (harmony4 base "sin") "iz" ;
+ VAorist Pl P3 => harmony4 base "ler" ;
+ VImperative => base ;
+ VInfinitive => inf
+ }
+ } ;
+} \ No newline at end of file