removed yi from Chi plural indef

This commit is contained in:
aarne
2013-10-01 16:50:56 +00:00
parent 4d1804c820
commit 58f6a91f68

View File

@@ -20,8 +20,9 @@ concrete NounChi of Noun = CatChi ** open ResChi, Prelude in {
DetQuant quant num = {
s = case num.numType of {
NTFull => quant.pl ++ num.s ; -- to avoid yi in indef
_ => quant.s ++ num.s
NTFull => quant.pl ++ num.s ; -- to avoid yi in indef
NTVoid Pl => quant.pl ++ num.s ;
_ => quant.s ++ num.s
} ;
detType = case num.numType of {
NTFull => DTNum ; -- five