forked from GitHub/gf-rgl
Add some comments for the prepositions
This commit is contained in:
8
src/turkish/ConjunctionTur.gf
Normal file
8
src/turkish/ConjunctionTur.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
concrete ConjunctionEng of Conjunction =
|
||||
CatTur ** open ResTur, Coordination, Prelude in {
|
||||
|
||||
lin
|
||||
|
||||
-- ConjNP : Conj -> ListNP -> NP
|
||||
-- ConjNP conj ss =
|
||||
}
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user