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

Pronouns as/with determiners: "we/you/%them pilots", "you all", "you two" #436

Open
nschneid opened this issue Sep 30, 2023 · 1 comment
Labels
mischievous nominal See https://arxiv.org/abs/2108.12928 pronouns/determiners/numbers

Comments

@nschneid
Copy link
Contributor

nschneid commented Sep 30, 2023

I can't find an issue for this, though it came up in the Mischievous Nominals paper - example (5):

  • We pilots deserve a pay raise
  • You guys deserve a pay raise

Standardly, it is just "we/us" and "you" that do this, though dialectal variants are possible like "keep them lovely kebabs coming" (EWT).

Arguably, "we/you" are acting as determiners, making the nominal definite and adding person features. (This is the CGEL analysis.) EWT follows this analysis: EWT PRON-as-det

But this is rare, and annotators/users might be surprised to see (what look like) pronouns in det position.

GUM has dep(guys, you).

The MNCs paper suggests nmod:desc.

Some other related things:

  • you idiot, you absolute fool, etc. (singular noun but I don't think these can be subjects) (Twitter discussion)
  • you all/both - currently det(you, all). EWT PRON-headed det
  • us three (1 EWT token), you three (1 GUM token) - currently nummod
@nschneid nschneid added the mischievous nominal See https://arxiv.org/abs/2108.12928 label Sep 30, 2023
@amir-zeldes
Copy link
Contributor

dep in GUM is intentional and generally applies as a placeholder for things we wanted to be nmod:desc (until whenever we decide to implement that, if we do)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mischievous nominal See https://arxiv.org/abs/2108.12928 pronouns/determiners/numbers
Projects
None yet
Development

No branches or pull requests

2 participants