forked from GitHub/gf-core
removed yi from Chi plural indef
This commit is contained in:
@@ -20,8 +20,9 @@ concrete NounChi of Noun = CatChi ** open ResChi, Prelude in {
|
|||||||
|
|
||||||
DetQuant quant num = {
|
DetQuant quant num = {
|
||||||
s = case num.numType of {
|
s = case num.numType of {
|
||||||
NTFull => quant.pl ++ num.s ; -- to avoid yi in indef
|
NTFull => quant.pl ++ num.s ; -- to avoid yi in indef
|
||||||
_ => quant.s ++ num.s
|
NTVoid Pl => quant.pl ++ num.s ;
|
||||||
|
_ => quant.s ++ num.s
|
||||||
} ;
|
} ;
|
||||||
detType = case num.numType of {
|
detType = case num.numType of {
|
||||||
NTFull => DTNum ; -- five
|
NTFull => DTNum ; -- five
|
||||||
|
|||||||
Reference in New Issue
Block a user