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

Secondary change-of-state/causative verbs supporting stative predicates #50

Open
nschneid opened this issue Nov 29, 2018 · 1 comment
Open

Comments

@nschneid
Copy link
Collaborator

Currently, generic change-of-state verbs like "become" are treated as secondary, with the primary predicate as S:
image

Likewise for causatives:
image

This is proving problematic for SNACS integration, because the overall event is a change-of-state, and thus should be a P. It also is problematic for paraphrasing: the aspectual type for "Mary got pregnant" (D, S) would differ from its paraphrase "Mary was impregnated" (P).

One solution that keeps these aspectual verbs as secondary Ds would be to annotate D and S within a P unit:

  • I_A [got_D angry_S]_P
  • John_A [made_D]_P- me_A [angry_S]_-P

Another would be to use multiple categories, e.g.:

  • I_A got_P+D angry_S
  • John_A made_P+D me_A angry_S

"P+D" could be interpreted as "introduces a change of state, but secondary to another predicate".

(Contrast resultatives like "hammered the metal flat", which have two primary scene-evokers, so both P and S are represented.)

@nschneid nschneid changed the title Secondary change-of-state/resultative verbs supporting stative predicates Secondary change-of-state/causative verbs supporting stative predicates Nov 29, 2018
@omriabnd
Copy link
Member

omriabnd commented Nov 29, 2018 via email

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

2 participants