don't use the countable form for masculine animate

This commit is contained in:
krasimir
2008-03-15 12:20:06 +00:00
parent ee6caecf51
commit 0d9eb13a53

View File

@@ -15,9 +15,12 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
_ => NF Sg Indef
} ;
<Pl,Def> => NF det.n det.spec ;
<Pl,Indef> => case det.countable of {
True => NFPlCount ;
False => NF Pl Indef
<Pl,Indef> => case cn.g of {
DMascPersonal => NF Pl Indef;
_ => case det.countable of {
True => NFPlCount ;
False => NF Pl Indef
}
}
} ;
s = det.s ! cn.g ! role ++ cn.s ! nf