mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-19 16:20:16 -06:00
(Extend,Eng,Spa,Swe) New function: "what we did (fas fun)"
This commit is contained in:
@@ -138,13 +138,20 @@ abstract Extend = Cat ** {
|
||||
-- proper structure of "it is AP to VP"
|
||||
|
||||
PredAPVP : AP -> VP -> Cl ; -- it is good to walk
|
||||
PredIAdvVP : IAdv -> VP -> QCl ; -- how to walk?
|
||||
|
||||
-- to use an AP as CN or NP without CN
|
||||
|
||||
AdjAsCN : AP -> CN ; -- a green one ; en grön (Swe)
|
||||
AdjAsNP : AP -> NP ; -- green (is good)
|
||||
|
||||
-- infinitive complement for IAdv
|
||||
|
||||
PredIAdvVP : IAdv -> VP -> QCl ; -- how to walk?
|
||||
|
||||
-- alternative SC, with "what"
|
||||
|
||||
WhatSSC : S -> SC ; -- what we did (was fun)
|
||||
|
||||
-- reflexive noun phrases: a generalization of Verb.ReflVP, which covers just reflexive pronouns
|
||||
-- This is necessary in languages like Swedish, which have special reflexive possessives.
|
||||
-- However, it is also needed in application grammars that want to treat "brush one's teeth" as a one-place predicate.
|
||||
|
||||
Reference in New Issue
Block a user