mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 02:06:20 -06:00
ExistCN with a/no variation in Extend
This commit is contained in:
@@ -109,6 +109,12 @@ abstract Extend = Cat ** {
|
||||
|
||||
ExistsNP : NP -> Cl ; -- there exists a number / there exist numbers
|
||||
|
||||
-- existentials with a/no variation
|
||||
|
||||
ExistCN : CN -> Cl ; -- there is a car / there is no car
|
||||
ExistMassCN : CN -> Cl ; -- there is beer / there is no beer
|
||||
ExistPluralCN : CN -> Cl ; -- there are trees / there are no trees
|
||||
|
||||
-- infinitive for purpose AR 21/8/2013
|
||||
|
||||
PurposeVP : VP -> Adv ; -- to become happy
|
||||
|
||||
Reference in New Issue
Block a user