diff --git a/lib/src/chinese/NounChi.gf b/lib/src/chinese/NounChi.gf index c92b90ebe..9277ce35d 100644 --- a/lib/src/chinese/NounChi.gf +++ b/lib/src/chinese/NounChi.gf @@ -67,7 +67,7 @@ concrete NounChi of Noun = CatChi ** open ResChi, Prelude in { OrdNumeralSuperl n a = {s = ordinal_s ++ n.s ++ superlative_s ++ a.s} ; ---- to check AR 24/8/2014 DefArt = mkQuant [] [] DTPoss ; -- use that_Quant if you want the_s - IndefArt = mkQuant yi_s [] DTPoss ; -- (DTFull Sg) ; -- empty in the plural + IndefArt = mkQuant yi_s [] DTNum ; -- (DTFull Sg) ; -- empty in the plural MassNP cn = cn ;