summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2012-12-07 15:37:37 +0000
committeraarne <aarne@chalmers.se>2012-12-07 15:37:37 +0000
commit768bec4073200d838d7062a3515d14d528730455 (patch)
tree3faaf4aff03c5613bbe95c9a7728d5168f46809b /examples
parent953b6b573ac9094f2152139ea349c14ef167a638 (diff)
superlative agreement and position in PhrasebookFre
Diffstat (limited to 'examples')
-rw-r--r--examples/phrasebook/WordsFre.gf8
1 files 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 =