summaryrefslogtreecommitdiff
path: root/old-lib/resource/turkish/ParadigmsTur.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-12-09 09:47:16 +0000
committeraarne <aarne@chalmers.se>2009-12-09 09:47:16 +0000
commitc8ceed08efcc0bdc1fcbd89bce643d9f52f0991b (patch)
tree5f0b314341c129eba1bc67b8b887fb8a4486fad8 /old-lib/resource/turkish/ParadigmsTur.gf
parent101df06f6c8380328d4266adadac3ab6d1bac0b3 (diff)
moving a few things to deprecated
Diffstat (limited to 'old-lib/resource/turkish/ParadigmsTur.gf')
-rw-r--r--old-lib/resource/turkish/ParadigmsTur.gf43
1 files changed, 0 insertions, 43 deletions
diff --git a/old-lib/resource/turkish/ParadigmsTur.gf b/old-lib/resource/turkish/ParadigmsTur.gf
deleted file mode 100644
index 102098c8c..000000000
--- a/old-lib/resource/turkish/ParadigmsTur.gf
+++ /dev/null
@@ -1,43 +0,0 @@
-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