mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
fixes in Chi suggested by Mary
This commit is contained in:
@@ -117,6 +117,12 @@ lin
|
||||
s = ant.s ++ pol.s ++ vp.prePart ++ useVerb vp.verb ! pol.p ! APlain ++ vp.compl ++ which_RP.s ---- aspect
|
||||
} ; ---- ??
|
||||
|
||||
PresPartAP vp = { ---- copied from RelVP
|
||||
s = vp.prePart ++ useVerb vp.verb ! Pos ! APlain ++ vp.compl ++ which_RP.s ;
|
||||
monoSyl = False ;
|
||||
hasAdA = False
|
||||
} ; ---- ??
|
||||
|
||||
ComplVV v a p vp = {
|
||||
verb = v ;
|
||||
compl = a.s ++ p.s ++ vp.topic ++ vp.prePart ++ useVerb vp.verb ! p.p ! APlain ++ vp.compl ; ---- aspect
|
||||
|
||||
Reference in New Issue
Block a user