mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
20 lines
388 B
CFEngine3
20 lines
388 B
CFEngine3
PositA. AP ::= A ;
|
|
ComplA2. AP_post ::= A2 Prep NP ;
|
|
ComparA. AP_post ::= "more" A "than" NP ;
|
|
AP_post ::= "less" A "than" NP ;
|
|
|
|
-- superlatives à la CLE
|
|
|
|
Num ::= "most" A ;
|
|
Num_Pl ::= "most" A ;
|
|
|
|
ComplAV. AP_post ::= AV Prep VP ;
|
|
UseA2V. AV ::= A2V Prep NP ;
|
|
|
|
PredAS. Cl ::= "it" Cop AS "that" S ;
|
|
|
|
ComplAQ. AP ::= AQ "of" QS ;
|
|
|
|
---- TODO: comparison of AV etc
|
|
|