From 98fa1736867f645edee286c509294ad730d16d4c Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 19 Nov 2016 03:10:06 +0000 Subject: [PATCH] corrected the DType of NounChi.IndefArt to get the classifier right --- src/chinese/NounChi.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chinese/NounChi.gf b/src/chinese/NounChi.gf index c92b90ebe..9277ce35d 100644 --- a/src/chinese/NounChi.gf +++ b/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 ;