mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
heb verb acc
This commit is contained in:
@@ -132,8 +132,10 @@ oper
|
||||
let
|
||||
nps = np.s ! Acc
|
||||
in
|
||||
{ s = vp.s;
|
||||
obj = nps.obj;
|
||||
{ s = vp.s;
|
||||
obj = case <np.isDef> of
|
||||
{ <True> => "At" ++ nps.obj;
|
||||
_ => nps.obj } ;
|
||||
s2 = vp.s2;
|
||||
pred = vp.pred;
|
||||
isPred = vp.isPred
|
||||
@@ -156,6 +158,9 @@ oper
|
||||
isPred = False
|
||||
} ;
|
||||
|
||||
predVc : Verb2 -> VPSlash = \verb2 ->
|
||||
predV verb2 ** {c2 = verb2.c} ;
|
||||
|
||||
appPattern : Root -> Pattern -> Str = \r,p ->
|
||||
p.C1 + r.C1 + p.C1C2 + r.C2 + p.C2C3 + r.C3 + p.C3 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user