diff options
| author | aarne <aarne@chalmers.se> | 2012-12-07 15:37:37 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2012-12-07 15:37:37 +0000 |
| commit | 768bec4073200d838d7062a3515d14d528730455 (patch) | |
| tree | 3faaf4aff03c5613bbe95c9a7728d5168f46809b /examples | |
| parent | 953b6b573ac9094f2152139ea349c14ef167a638 (diff) | |
superlative agreement and position in PhrasebookFre
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/WordsFre.gf | 8 |
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 = |
