mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
15 lines
224 B
CFEngine3
15 lines
224 B
CFEngine3
PositA. AP ::= A ;
|
|
|
|
A ::= A2 | AV | A2V ;
|
|
-- also solves comparison of AV
|
|
|
|
ComparA. AP_post ::= "more" A "than" NP ;
|
|
AP_post ::= "less" A "than" NP ;
|
|
|
|
|
|
-- superlatives à la CLE
|
|
|
|
Num ::= "most" A ;
|
|
Num_Pl ::= "most" A ;
|
|
|