mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
resource lib name changed
This commit is contained in:
14
lib/resource/exper/Adjf.cf
Normal file
14
lib/resource/exper/Adjf.cf
Normal file
@@ -0,0 +1,14 @@
|
||||
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 ;
|
||||
|
||||
Reference in New Issue
Block a user