From 7e32b4c10258b9123ae9064765671ba72e940ca9 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 3 Aug 2011 17:00:20 +0000 Subject: [PATCH] the determiner tout_Det in ExtraFre --- lib/src/french/ExtraFre.gf | 7 +++++++ lib/src/french/ExtraFreAbs.gf | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/lib/src/french/ExtraFre.gf b/lib/src/french/ExtraFre.gf index 0213f1d7b..abd35cfb8 100644 --- a/lib/src/french/ExtraFre.gf +++ b/lib/src/french/ExtraFre.gf @@ -56,5 +56,12 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre ** _ => elisQue } ; + lin + tout_Det = { + s = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ; + sp = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ; + n = Sg ; + s2 = [] + } ; } diff --git a/lib/src/french/ExtraFreAbs.gf b/lib/src/french/ExtraFreAbs.gf index 166987457..9eb6855e3 100644 --- a/lib/src/french/ExtraFreAbs.gf +++ b/lib/src/french/ExtraFreAbs.gf @@ -31,4 +31,8 @@ abstract ExtraFreAbs = ExtraRomanceAbs - [ProDrop] ** { youPl8fem_Pron : Pron ; youPol8fem_Pron : Pron ; +-- The determiner "tout" in the special use "tout nombre" + + tout_Det : Det ; + }