forked from GitHub/gf-core
superlative agreement and position in PhrasebookFre
This commit is contained in:
@@ -200,12 +200,12 @@ lin
|
|||||||
|
|
||||||
-- modifiers of places
|
-- modifiers of places
|
||||||
TheBest = mkSuperl True L.good_A ;
|
TheBest = mkSuperl True L.good_A ;
|
||||||
TheClosest = mkSuperl False L.near_A ;
|
TheClosest = mkSuperl True L.near_A ;
|
||||||
TheCheapest = mkSuperl False
|
TheCheapest = mkSuperl False
|
||||||
(compADeg {s = \\_ => (M.mkAdj "bon marché" "bon marché" "bon marché" "bon marché").s ;
|
(compADeg {s = \\_ => (M.mkAdj "bon marché" "bon marché" "bon marché" "bon marché").s ;
|
||||||
isPre = False ; lock_A = <>}) ;
|
isPre = False ; lock_A = <>}) ;
|
||||||
TheMostExpensive = mkSuperl False (mkA "cher") ;
|
TheMostExpensive = mkSuperl True (mkA "cher") ;
|
||||||
TheMostPopular = mkSuperl False (mkA "populaire") ;
|
TheMostPopular = mkSuperl True (mkA "populaire") ;
|
||||||
TheWorst = mkSuperl True L.bad_A ;
|
TheWorst = mkSuperl True L.bad_A ;
|
||||||
|
|
||||||
SuperlPlace sup kind =
|
SuperlPlace sup kind =
|
||||||
|
|||||||
Reference in New Issue
Block a user