mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Completing WordsCat
This commit is contained in:
@@ -250,7 +250,9 @@ lin
|
||||
TheClosest = mkSuperl L.near_A False;
|
||||
TheCheapest = mkSuperl cheap_A False ;
|
||||
TheMostExpensive = mkSuperl expensive_A False ;
|
||||
TheMostPopular = mkSuperl (mkA "popular") False ;
|
||||
TheMostPopular =
|
||||
let popular = mkA "popular" "popular" "populars" "populars" "popularment"
|
||||
in mkSuperl popular False ;
|
||||
TheWorst = mkSuperl L.bad_A True ;
|
||||
|
||||
SuperlPlace sup p = placeNPSuperl sup p ;
|
||||
|
||||
Reference in New Issue
Block a user