From 09aebf98ecc93f348d56bd6cfaa17d236470bf4c Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 13 Mar 2008 13:41:02 +0000 Subject: [PATCH] SentCN should return gender DNeut --- lib/resource/bulgarian/NounBul.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resource/bulgarian/NounBul.gf b/lib/resource/bulgarian/NounBul.gf index a2c61eea5..335f288d6 100644 --- a/lib/resource/bulgarian/NounBul.gf +++ b/lib/resource/bulgarian/NounBul.gf @@ -123,7 +123,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { g = cn.g } ; - SentCN cn sc = {s = \\nf => cn.s ! nf ++ sc.s; g=cn.g} ; + SentCN cn sc = {s = \\nf => cn.s ! nf ++ sc.s; g=DNeut} ; ApposCN cn np = {s = \\nf => cn.s ! nf ++ np.s ! RSubj; g=cn.g} ; }