fixes in Chi suggested by Mary

This commit is contained in:
aarne
2015-07-14 15:11:33 +00:00
parent dbd4e04af3
commit 6af8c90ad2
4 changed files with 18 additions and 12 deletions

View File

@@ -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