mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Extra.PurposeVP to express "I work to get rich"
This commit is contained in:
@@ -82,4 +82,8 @@ abstract Extra = Cat ** {
|
|||||||
|
|
||||||
ExistsNP : NP -> Cl ; -- there exists a number / there exist numbers
|
ExistsNP : NP -> Cl ; -- there exists a number / there exist numbers
|
||||||
|
|
||||||
|
-- infinitive for purpose AR 21/8/2013
|
||||||
|
|
||||||
|
PurposeVP : VP -> Adv ; -- to become happy
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -174,6 +174,8 @@ lin
|
|||||||
mkClause "there" (agrP3 (fromAgr np.a).n)
|
mkClause "there" (agrP3 (fromAgr np.a).n)
|
||||||
(insertObj (\\_ => np.s ! NPAcc) (predV (regV "exist"))) ;
|
(insertObj (\\_ => np.s ! NPAcc) (predV (regV "exist"))) ;
|
||||||
|
|
||||||
|
PurposeVP vp = {s = infVP VVInf vp Simul CPos (agrP3 Sg)} ; --- agr
|
||||||
|
|
||||||
------------
|
------------
|
||||||
--- obsolete: use UncNeg : Pol
|
--- obsolete: use UncNeg : Pol
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user