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 ;