From cdeb6b7ee6250fac2c1c7b60f2bc8bdb19ef65e1 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 1 Oct 2013 16:50:56 +0000 Subject: [PATCH] removed yi from Chi plural indef --- src/chinese/NounChi.gf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/chinese/NounChi.gf b/src/chinese/NounChi.gf index ca300d84..25539d71 100644 --- a/src/chinese/NounChi.gf +++ b/src/chinese/NounChi.gf @@ -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