mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 18:40:14 -06:00
some fragments in the Turkish grammar
This commit is contained in:
10
src/turkish/AdjectiveTur.gf
Normal file
10
src/turkish/AdjectiveTur.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete AdjectiveTur of Adjective = CatTur ** open ResTur, Prelude in {
|
||||
|
||||
lin
|
||||
PositA a = {s=a.s} ;
|
||||
|
||||
ComparA a np = {
|
||||
s = \\n,c => np.s ! Ablat ++ a.s ! n ! c ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user