mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
forgotten ExtendTur.gf
This commit is contained in:
10
src/turkish/ExtendTur.gf
Normal file
10
src/turkish/ExtendTur.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete ExtendTur of Extend = CatTur ** open ResTur in {
|
||||
|
||||
lin
|
||||
GenModNP num np cn = {
|
||||
s = \\c => np.s ! Nom ++ num.s ! num.n ! c ++ cn.gen ! num.n ! np.a ;
|
||||
h = cn.h ;
|
||||
a = {n=num.n; p=P3} ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user