Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Support for possessives #33

Open
assaft opened this issue Mar 23, 2014 · 0 comments
Open

Support for possessives #33

assaft opened this issue Mar 23, 2014 · 0 comments
Assignees

Comments

@assaft
Copy link
Collaborator

assaft commented Mar 23, 2014

We want to support inferences like:
(note: 'of' is assumed to be annotated as OF unless differently specified)

Text=John's wife adores Paul.
Hypothesis=The wife of John adores Paul.

Text=Paul hates John's wife.
Hypothesis=Paul hates the wife of John.

Text=Paul hates John's wife, Yoko Ono.
Hypothesis=Paul hates Yoko Ono.

Text=Paul hates John's wife, Yoko Ono.
Hypothesis=Paul hates the wife of John.
'of' is assumed to be annotated as OF.

// for testing the internal representation only (as H is ungrammatical):
Text=Sue hates John's dog.
Hypothesis=Paul hates the dog of John.
Note: here 'of' is assumed to be annotated as P_R

Test cases were sent by email.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants