-
Notifications
You must be signed in to change notification settings - Fork 76
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
Ollie doesn't extract passive conversions #6
Comments
Only some extractions can be converted to the passive form. The verb must be transitive (accept an object) and have an object.
These sound rather weird.
There are problems moving passive constructions to active constructions.
|
Easy examples give us uglier extractions.
We might prefer (the ball, was thrown at Jim by, I) or (the ball, was thrown by, I) but there's no clear way to get those. For the latter we would need shape patterns. Otherwise we have trouble with other uses of "by".
Some verbs don't handle the transformation well.
We actually caught passive->active transformations, but they happened very infrequently.
The last extraction looks pretty awful, but "was" appears in the graph. If we want passive->active conversions I need to make some change so we avoid "be" in the relation. |
Some other options:
|
Previously we would have two extractions for the following sentence.
These may have disappeared when we removed reflections of patterns. We removed these so we don't infer general patterns through reflexive seed relations (
married
) that switch the arg1 and the arg2.The text was updated successfully, but these errors were encountered: