mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 17:56:21 -06:00
add slash3v3 and SlashV2A
This commit is contained in:
@@ -248,6 +248,7 @@ oper
|
||||
|
||||
VPSlash : Type = VerbPhrase ** {
|
||||
c2 : Preposition ;
|
||||
adjCompl : Str ;
|
||||
} ;
|
||||
|
||||
useV : Verb -> VerbPhrase = \v -> v ** {
|
||||
@@ -295,6 +296,7 @@ oper
|
||||
predVPSlash : NounPhrase -> VPSlash -> ClSlash = \np,vps ->
|
||||
predVP np <vps : VerbPhrase> ** {c2 = vps.c2} ;
|
||||
|
||||
|
||||
-- mkClause : Str -> NounPhrase -> VPSlash -> Clause = \str,np,vp -> {
|
||||
-- subj = str ++ np.s ! Bare;
|
||||
-- pred = vp.s
|
||||
|
||||
Reference in New Issue
Block a user