From 615437dac25bff178c966a01f173bfc879200bb9 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 10 Dec 2014 13:39:02 +0000 Subject: [PATCH] quantifiers added to DictionaryCat --- lib/src/translator/DictionaryCat.gf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/src/translator/DictionaryCat.gf b/lib/src/translator/DictionaryCat.gf index d8673ee4c..ca2ac195b 100644 --- a/lib/src/translator/DictionaryCat.gf +++ b/lib/src/translator/DictionaryCat.gf @@ -18,6 +18,11 @@ oper optProDrop : Pron -> Pron = \p -> p | E.ProDrop p ; oper prepV2 : V -> Prep -> V2 = \v,p -> mkV2 v p ; oper advV : V -> Adv -> V = \v,a -> mkV v a.s ; +lin no_Quant = S.no_Quant ; +lin that_Quant = S.that_Quant ; +lin this_Quant = S.this_Quant ; +lin which_IQuant = S.which_IQuant ; + lin a_posteriori_A = mkA "a posteriori" ; --auto lin a_priori_Adv = mkAdv "a priori" ; --auto lin abaca_N = mkN "abacĂ " masculine ; --auto