mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
comparative adverbs generalized to cover more of Attempto
This commit is contained in:
@@ -14,6 +14,7 @@ abstract Adjective = Cat ** {
|
||||
ReflA2 : A2 -> AP ; -- married to itself
|
||||
UseA2 : A2 -> AP ; -- married
|
||||
UseComparA : A -> AP ; -- warmer
|
||||
CAdvAP : CAdv -> AP -> NP -> AP ; -- as cool as John
|
||||
|
||||
-- The superlative use is covered in $Ord$.
|
||||
|
||||
|
||||
@@ -70,6 +70,11 @@ abstract Sentence = Cat ** {
|
||||
|
||||
RelS : S -> RS -> S ; -- she sleeps, which is good
|
||||
|
||||
---- A sentence can also be post-modified by a subjunct sentence.
|
||||
|
||||
---- ModSubjS : S -> Subj -> S -> S ; -- she sleeps, because she is old
|
||||
---- cf. Adverb.SubjS
|
||||
|
||||
}
|
||||
|
||||
--.
|
||||
|
||||
@@ -117,4 +117,6 @@ abstract Structural = Cat ** {
|
||||
nothing_NP : NP ;
|
||||
except_Prep : Prep ;
|
||||
|
||||
as_CAdv : CAdv ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user