mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
cf exper on res
This commit is contained in:
26
lib/resource/exper/Adj.cf
Normal file
26
lib/resource/exper/Adj.cf
Normal file
@@ -0,0 +1,26 @@
|
||||
PositA. AP ::= A ;
|
||||
ComplA2. AP_post ::= A2 Prep NP ;
|
||||
ComparA. AP_post ::= "more" 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" "be" 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