From 8f9eb4f7f32560803d690be2b75e9dcc6cb08502 Mon Sep 17 00:00:00 2001 From: "ramona.enache" Date: Fri, 28 May 2010 12:15:28 +0000 Subject: added inherent number to places, fixed places in French --- examples/phrasebook/WordsGer.gf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/WordsGer.gf') diff --git a/examples/phrasebook/WordsGer.gf b/examples/phrasebook/WordsGer.gf index ee71366ff..14d7d0780 100644 --- a/examples/phrasebook/WordsGer.gf +++ b/examples/phrasebook/WordsGer.gf @@ -234,10 +234,11 @@ CitRestaurant cit = mkCNPlace (mkCN cit (mkN "Restaurant" "Restaurants" neuter) habitual = ParadigmsGer.mkAdv (d + "s") ---- } ; - mkPlace : N -> Prep -> Prep -> {name : CN ; at : Prep ; to : Prep} = \p,at,to -> { + mkPlace : N -> Prep -> Prep -> {name : CN ; at : Prep ; to : Prep; isPl : Bool} = \p,at,to -> { name = mkCN p ; at = at ; - to = to + to = to ; + isPl = False } ; open_Adv = ParadigmsGer.mkAdv "geöffnet" ; ---- Adv to get right word order easily -- cgit v1.2.3