1
0
forked from GitHub/gf-rgl

fix in AdjCN for Turkish

This commit is contained in:
Krasimir Angelov
2017-08-21 13:06:11 +02:00
parent 57591c01ec
commit f671b709a9

View File

@@ -38,6 +38,6 @@ concrete NounTur of Noun = CatTur ** open ResTur, Prelude in {
UseN n = n ;
AdjCN ap cn = {
s = \\n,c => ap.s ! n ! c ++ cn.s ! n ! c
s = \\n,c => ap.s ! Sg ! Nom ++ cn.s ! n ! c
} ;
}