-
Notifications
You must be signed in to change notification settings - Fork 42
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
"a couple NOUN" #405
Comments
I see the issue. I think NUM/nummod is not right, because if "few" isn't a NUM, the neither is "couple" IMO, since it's not literally two, it's non-exact (and "many" etc. are also not NUM). If we accept that it remains NOUN and is similar to "(a) few" (which is adjectival), then I think the better label here would be |
So I guess extending this to "a couple NOUN" makes sense in practice. It's a bit linguistically unsatisfying as a theory of how English noun phrases are formed, because some of these |
Implemented |
OK, GUM matches upstream |
The quantity expression "a couple" can immediately precede the noun quantified—like "a few", "a little". (Contrast "a lot", which requires "of".)
It is handled inconsistently:
nmod seems incorrect as there is no preposition.
In #170 we decided to stick with the status quo for "a few"/"a little"—treat both article and adjective as headed by the noun, with det and amod.
But "couple" is a noun. Should it be considered a NUM? (And if so, shouldn't other approximate quantities—"lot", "bunch", "handful", etc. also qualify?)
If "couple" and other approximate quantities are not NUM, then it seems odd to attach them as
nummod
. Currently "couple" is among very few items attaching asnummod
with no NUM or NumType: EWT, GUMSyntagmatically, "couple" and "few" seem to fill the nummod slot—they cannot cooccur with another nummod, and "a" cannot coocurr with a definite article:
Another option is
fixed
for all these "a" + quantity noun expressions that occur prenominally—treating them as multiword DETs or NUMs. But that doesn't solve "the couple weeks since December". And at the time of #170 we decided to avoid rocking the boat.Is
compound
the least bad solution, by analogy toamod
for "few"/"little"?The text was updated successfully, but these errors were encountered: