Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NONCONJ-DTR hook in VP and S coordination #715

Open
emilymbender opened this issue Mar 6, 2024 · 0 comments
Open

NONCONJ-DTR hook in VP and S coordination #715

emilymbender opened this issue Mar 6, 2024 · 0 comments

Comments

@emilymbender
Copy link
Contributor

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 ].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant