1
0
forked from GitHub/gf-rgl

(Ara) misc. small fixes and additions

This commit is contained in:
Inari Listenmaa
2018-11-27 17:36:23 +01:00
parent f2e9993425
commit 19129aa420
4 changed files with 13 additions and 8 deletions
+4
View File
@@ -1656,6 +1656,10 @@ patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf ->
VPSlash : Type = VP ** {c2 : Preposition ; agrObj : PerGenNum => Str} ;
ClSlash : Type = VPSlash ** {subj : Subj} ;
emptyVPslash : VP -> VPSlash = \vp -> vp ** {
c2 = noPrep ; agrObj = \\_ => []
} ;
slashV2 : Verb2 -> VPSlash = \v ->
predV v ** {c2 = v.c2 ; agrObj = \\_ => []} ;