mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
the proper place of verb particle in Eng passives
This commit is contained in:
@@ -156,12 +156,12 @@ lin
|
||||
ppt = vps.ptp
|
||||
in {
|
||||
s = be.s ;
|
||||
p = vps.p ;
|
||||
p = [] ;
|
||||
prp = be.prp ;
|
||||
ptp = be.ptp ;
|
||||
inf = be.inf ;
|
||||
ad = vps.ad ;
|
||||
s2 = \\a => ppt ++ vps.s2 ! a ---- order
|
||||
s2 = \\a => ppt ++ vps.p ++ vps.s2 ! a ---- order
|
||||
} ;
|
||||
|
||||
--- AR 7/3/2013
|
||||
|
||||
Reference in New Issue
Block a user