delph-in / matrix

The Grammar Matrix
https://matrix.ling.washington.edu/index.html
Other
11 stars 6 forks source link

NONCONJ-DTR hook in VP and S coordination #715

Open emilymbender opened 4 months ago

emilymbender commented 4 months ago

The current analysis of coordination in the Matrix seems to be attempting to use both R/L-INDEX and R/L-HNDL. Not sure if this is really desirable, but the current status is also half-baked: in VP/S coordination, the L-HNDL gets identified, but the HOOK information is lost in vp/s-bottom-coord phrase. (The mystery is why this is different in the mmt/eng grammar.) Adding this seems to fix it, but I'm not 100% sure that's the direction we want to go.

vp-bottom-coord-phrase :+
  [ C-CONT.HOOK #hook,
    NONCONJ-DTR.SYNSEM.LOCAL.CONT.HOOK #hook ].

s-bottom-coord-phrase :+
  [ C-CONT.HOOK #hook,
    NONCONJ-DTR.SYNSEM.LOCAL.CONT.HOOK #hook ].