From f9507c6953f57ec4e2939c6b89e8c5b6548edff5 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 --- lib/src/chinese/NounChi.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;