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

Double object alternance #2

Open
vcvpaiva opened this issue Oct 16, 2016 · 0 comments
Open

Double object alternance #2

vcvpaiva opened this issue Oct 16, 2016 · 0 comments

Comments

@vcvpaiva
Copy link

From MRS testsuite http://moin.delph-in.net/MatrixMrsTestSuite
when I try
"Abrams handed the cigarette to Browne"
all's fine, we get
handed:(subj:Abrams , dobj:the cigarette , prep_to:Browne )
But when I try
"Abrams handed Browne the cigarette"
we get
handed:(subj:Abrams , comp:Browne the cigarette ), which is no good.
(Stanford dependencies seems to get it right)

similarly, but more complicated
"Abrams bet Browne a cigarette that it rained."
does not work, it gives us
bet:(subj:Abrams , iobj:Browne , dobj:a cigarette it rained )
ok, full disclosure: I'm peddling my theory of contexts for this example.

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