SentCN should return gender DNeut

This commit is contained in:
krasimir
2008-03-13 13:41:02 +00:00
parent d3c79851f1
commit 09aebf98ec

View File

@@ -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} ;
}