This commit is contained in:
aarne
2005-11-16 10:28:47 +00:00
parent 16f1631906
commit a62523e09f
14 changed files with 255 additions and 113 deletions

View File

@@ -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" ;