forked from GitHub/gf-core
don't use the countable form for masculine animate
This commit is contained in:
@@ -15,9 +15,12 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
|||||||
_ => NF Sg Indef
|
_ => NF Sg Indef
|
||||||
} ;
|
} ;
|
||||||
<Pl,Def> => NF det.n det.spec ;
|
<Pl,Def> => NF det.n det.spec ;
|
||||||
<Pl,Indef> => case det.countable of {
|
<Pl,Indef> => case cn.g of {
|
||||||
True => NFPlCount ;
|
DMascPersonal => NF Pl Indef;
|
||||||
False => NF Pl Indef
|
_ => case det.countable of {
|
||||||
|
True => NFPlCount ;
|
||||||
|
False => NF Pl Indef
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
s = det.s ! cn.g ! role ++ cn.s ! nf
|
s = det.s ! cn.g ! role ++ cn.s ! nf
|
||||||
|
|||||||
Reference in New Issue
Block a user