delph-in/erg

"quite" is over-productive as a modifier of quantifers

goodmami opened this issue · 2 comments

The following parse, as I'd expect:

  • Quite a few dogs bark.
  • Quite many dogs bark.
  • Quite nearly all dogs bark.
  • Not quite all dogs bark.

I was surprised to find the following parse (they are ungrammatical for me, but maybe they are grammatical for others):

  • Quite all dogs bark.
  • Quite dogs bark.
  • Quite no dogs bark.

In addition "Quite some dogs bark." parses, which I don't like, but I'm fine with "Dogs barked for quite some time.", so maybe it's ok?

I too agree about the judgments, but I think this is related to negative polarity, a phenomenon that the ERG does not yet handle well. See for example "I didn't have quite all the information" or "No one had quite all the facts" where the licensing negation shows up in a variety of forms. Likewise (from the web) "... even if you don't have quite every car type ...". So this is most likely another instance of a more general shortcoming of the ERG regarding negative polarity, but that is a hard problem that won't be solved soon. I'll add Mike's examples to the ones we would hope an account of negative polarity would handle someday, but close this issue since it's not a specific bug that can be fixed.