mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -06:00
ordinals
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
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
|
||||
|
||||
@@ -10,17 +11,9 @@ Num_Pl ::= "most" A ;
|
||||
ComplAV. AP_post ::= AV Prep VP ;
|
||||
UseA2V. AV ::= A2V Prep NP ;
|
||||
|
||||
PredAS. Cl ::= "it" "be" AS "that" S ;
|
||||
PredAS. Cl ::= "it" Cop AS "that" S ;
|
||||
|
||||
ComplAQ. AP ::= AQ "of" QS ;
|
||||
|
||||
---- TODO: comparison of AV etc
|
||||
|
||||
-- lexicon
|
||||
|
||||
A ::= "intelligent" ;
|
||||
A2 ::= "devoted" ;
|
||||
AV ::= "tedious" ;
|
||||
AV ::= "difficult" ;
|
||||
AS ::= "marvellous" ;
|
||||
AQ ::= "independent" ;
|
||||
|
||||
Reference in New Issue
Block a user