-
Notifications
You must be signed in to change notification settings - Fork 43
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
Reciprocal pronouns #183
Comments
Thanks for raising this:
|
Yes, let's go with DET vs. PRON—it can be argued that most determiners that are not articles can stand alone, so it is more parsimonious to say that these words are always tagged as DET and it is up to the deprel to indicate their function. Or we could say that DETs are only allowed to be |
I agree the precedent of EWT is strong here (esp. for substitutive DET "that", which GUM also does), and it matches the xpos too. OK, I can change this in GUM, and |
...actually I just realized substitutive (non http://match.grew.fr/?corpus=UD_English-EWT@2.8&custom=60d1f83298536&clustering=N.lemma&eud=yes I can reproduce exactly that behavior of course, but what do we actually want? For all of them to be DET? If not, why not? |
Hmm, maybe demonstratives are another special case because they don't need to be interpreted as eliding a noun head (they can be deictic). |
Eh, well, I don't really see how 'all' or 'some' are different there. My hunch is it's an arbitrary historical decision... What do we think is the right thing to do here? xpos is clear, so maybe "all DT is DET" is the simplest thing to do? On the other hand, linguistically the name pronoun fits better than the name determiner for these IMO. I'm don't feel strongly about it though. |
Let's go with DET for "another" since it fits the criteria at https://universaldependencies.org/u/overview/morphology.html#pronominal-words Those guidelines don't address demonstratives directly. At the moment I don't have a strong opinion on demonstratives, but am inclined to leave them alone for now. |
Currently:
|
Will add Rcp and PRON to "one" in "one another" in GUM |
#123 discusses "one another", and it was decided to use
fixed
. Two more issues:A discrepancy between EWT and GUM as to the tag of "another": DET vs. PRON. EWT never uses PRON for "another", "some", or "all"; DET is applied even in the standalone cases.
The other reciprocal pronoun "each other" is currently
det(other, each)
. I wonder if it would be more consistent to usefixed
there as well.Note that both can be possessive ("one another's", "each other's"). I assume the constraint on
fixed
means that the possessive clitic would attach formally to the first word, though effectively to the entire expression.The text was updated successfully, but these errors were encountered: