1
0
forked from GitHub/gf-rgl

Implement AdvCN

This commit is contained in:
Ayberk Tosun
2017-08-23 15:15:59 +03:00
parent 9d4a8009c8
commit 80ad54000c
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ concrete StructuralTur of Structural = CatTur **
mkPron "siz" "sizi" "size" "sizin" "sizde" "sizden" "sizli" "sizsiz" Pl P2 ;
with_Prep =
mkPrep "ile" Nom ;
mkPrep [] (Abess Pos) ;
-- ...den sonra
after_Prep =
@@ -74,9 +74,9 @@ concrete StructuralTur of Structural = CatTur **
-- ... ile ...nin arasında
between_Prep =
mkPrep "arasında" Gen ;
mkPrep "arasındaki" Gen ;
and_Conj = ss "ve" ;
and_Conj = ss "ile" ;
or_Conj = ss "veya" ;