From 359be0d0773946a7f1da59e481ab72cfd04ff8bb Mon Sep 17 00:00:00 2001 From: Ayberk Tosun Date: Tue, 22 Aug 2017 18:48:34 +0300 Subject: [PATCH] Add some comments for the prepositions --- src/turkish/ConjunctionTur.gf | 8 ++++++++ src/turkish/StructuralTur.gf | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 src/turkish/ConjunctionTur.gf diff --git a/src/turkish/ConjunctionTur.gf b/src/turkish/ConjunctionTur.gf new file mode 100644 index 000000000..e7d5bb3c3 --- /dev/null +++ b/src/turkish/ConjunctionTur.gf @@ -0,0 +1,8 @@ +concrete ConjunctionEng of Conjunction = + CatTur ** open ResTur, Coordination, Prelude in { + + lin + + -- ConjNP : Conj -> ListNP -> NP + -- ConjNP conj ss = + } diff --git a/src/turkish/StructuralTur.gf b/src/turkish/StructuralTur.gf index 58c20f506..dc889be94 100644 --- a/src/turkish/StructuralTur.gf +++ b/src/turkish/StructuralTur.gf @@ -44,18 +44,23 @@ concrete StructuralTur of Structural = CatTur ** with_Prep = mkPrep "ile" Nom ; + -- ...den sonra after_Prep = mkPrep "sonra" Ablat ; + -- ...den önce before_Prep = mkPrep "önce" Ablat ; + -- ...nin üzerinde above_Prep = mkPrep "üzerinde" Gen ; + -- ..nin arkasında behind_Prep = mkPrep "arkasında" Gen; + -- ... ile ...nin arasında between_Prep = mkPrep "arasında" Gen ;