1
0
forked from GitHub/gf-core

superlative agreement and position in PhrasebookFre

This commit is contained in:
aarne
2012-12-07 15:37:37 +00:00
parent 36d2f165ea
commit 2e4116c8ed

View File

@@ -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 =