From 2e4116c8ed4a41555e237bf63cd9e14cdd95e237 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 7 Dec 2012 15:37:37 +0000 Subject: [PATCH] superlative agreement and position in PhrasebookFre --- examples/phrasebook/WordsFre.gf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/phrasebook/WordsFre.gf b/examples/phrasebook/WordsFre.gf index faab0ee63..0cd3db975 100644 --- a/examples/phrasebook/WordsFre.gf +++ b/examples/phrasebook/WordsFre.gf @@ -200,12 +200,12 @@ lin -- modifiers of places TheBest = mkSuperl True L.good_A ; - TheClosest = mkSuperl False L.near_A ; - TheCheapest = mkSuperl False + TheClosest = mkSuperl True L.near_A ; + TheCheapest = mkSuperl False (compADeg {s = \\_ => (M.mkAdj "bon marché" "bon marché" "bon marché" "bon marché").s ; isPre = False ; lock_A = <>}) ; - TheMostExpensive = mkSuperl False (mkA "cher") ; - TheMostPopular = mkSuperl False (mkA "populaire") ; + TheMostExpensive = mkSuperl True (mkA "cher") ; + TheMostPopular = mkSuperl True (mkA "populaire") ; TheWorst = mkSuperl True L.bad_A ; SuperlPlace sup kind =