From c1d8e8af55ecad48ff5e5bc4adf1739bd9411dc6 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 8 Jan 2009 08:28:43 +0000 Subject: revert all changes related to the common Slavic grammar --- next-lib/src/bulgarian/QuestionBul.gf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'next-lib/src/bulgarian/QuestionBul.gf') diff --git a/next-lib/src/bulgarian/QuestionBul.gf b/next-lib/src/bulgarian/QuestionBul.gf index 33781a46b..36f78a1eb 100644 --- a/next-lib/src/bulgarian/QuestionBul.gf +++ b/next-lib/src/bulgarian/QuestionBul.gf @@ -43,18 +43,18 @@ concrete QuestionBul of Question = CatBul ** open ResBul, Prelude in { => NFPlCount ; _ => NF idet.n Indef } - in idet.s ! cn.g ! cn.anim ! qform ++ cn.s ! nf ; + in idet.s ! cn.g ! qform ++ cn.s ! nf ; gn = gennum cn.g idet.n } ; IdetIP idet = { - s = \\_ => idet.s ! Neut ! Inanimate ; - gn = gennum Neut idet.n + s = \\_ => idet.s ! DNeut ; + gn = gennum DNeut idet.n } ; IdetQuant iquant num = { - s = \\g,anim,qform => iquant.s ! gennum g num.n ! qform ++ - num.s ! dgenderSpecies g anim Indef RSubj ; + s = \\g,qform => iquant.s ! gennum g num.n ! qform ++ + num.s ! dgenderSpecies g Indef RSubj ; n = num.n ; nonEmpty = num.nonEmpty } ; -- cgit v1.2.3