1
0
forked from GitHub/gf-rgl

Add some comments for the prepositions

This commit is contained in:
Ayberk Tosun
2017-08-22 18:48:34 +03:00
parent d4a345e830
commit 359be0d077
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
concrete ConjunctionEng of Conjunction =
CatTur ** open ResTur, Coordination, Prelude in {
lin
-- ConjNP : Conj -> ListNP -> NP
-- ConjNP conj ss =
}

View File

@@ -44,18 +44,23 @@ concrete StructuralTur of Structural = CatTur **
with_Prep = with_Prep =
mkPrep "ile" Nom ; mkPrep "ile" Nom ;
-- ...den sonra
after_Prep = after_Prep =
mkPrep "sonra" Ablat ; mkPrep "sonra" Ablat ;
-- ...den önce
before_Prep = before_Prep =
mkPrep "önce" Ablat ; mkPrep "önce" Ablat ;
-- ...nin üzerinde
above_Prep = above_Prep =
mkPrep "üzerinde" Gen ; mkPrep "üzerinde" Gen ;
-- ..nin arkasında
behind_Prep = behind_Prep =
mkPrep "arkasında" Gen; mkPrep "arkasında" Gen;
-- ... ile ...nin arasında
between_Prep = between_Prep =
mkPrep "arasında" Gen ; mkPrep "arasında" Gen ;