forked from GitHub/gf-rgl
fix in AdjCN for Turkish
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user