[FKOC88]: Let Alone #
"Regularity and Idiomaticity in Grammatical Constructions: The Case of
Let Alone" (Language 64(3):501–538), the founding Construction Grammar
paper: let alone is a formal idiom — a productive syntactic pattern
F ⟨X A Y let alone B⟩ whose semantics requires a presupposed scalar model
(Appendix, definitions A1–A5) and whose pragmatics resolves a conflict
between Gricean Quantity (the informative full clause) and Relevance (the
contextually given reduced clause). The idiom typology of §1 lives in
ConstructionGrammar.IdiomTypology.
The paper's scalar models are n-dimensional with n > 1 (definition A1; fn. 16: "a scalar model must contain at least two dimensions"). The military-rank model below is a deliberate one-dimensional simplification of the paper's colonel/general example, not a paper-licit scalar model; the linguists × languages model is the paper's own 2D example.
Main declarations #
FillmoreKayOConnor1988.ScalarModel: argument points,entails,strongerThan(A5),negEntails(A4),satisfiesA3FillmoreKayOConnor1988.letAloneConstruction,LetAloneConditions,ex21Conditions: the construction, its felicity conditions (p. 528), and their instantiation for ex. 21FillmoreKayOConnor1988.let_alone_irreducible: let alone is not fully compositionalFillmoreKayOConnor1988.rankScalarModel,linguistLangModel: worked scalar modelsFillmoreKayOConnor1988.allExamples: the paper's judgment data
Scalar models (§2.3.2, Appendix) #
The formal backbone of the paper: an n-dimensional argument space with a monotonicity constraint on propositional functions. Definition A3 (p. 536): ⟨S, T, Dˣ, P⟩ is a scalar model iff, for distinct dᵢ, dⱼ in Dˣ, P(dⱼ) entails P(dᵢ) just in case dᵢ is lower than dⱼ.
An argument point in the n-dimensional argument space Dˣ. In the paper's 2D example, (Brilliant, English) is an argument point in the linguists × languages space.
- coordinates : List α
Coordinates, one per dimension
Instances For
Equations
- FillmoreKayOConnor1988.instDecidableEqArgumentPoint.decEq { coordinates := a } { coordinates := b } = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
dᵢ is LOWER than dⱼ (definition A2, p. 536): no coordinate of dᵢ has a higher value than the corresponding coordinate of dⱼ, and at least one coordinate is strictly lower.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A scalar model candidate: argument points, a propositional function,
and a per-dimension ordering. Definition A3's monotonicity constraint is
checked by satisfiesA3 rather than carried as a field, so that
deliberately defective models can be discussed.
- points : List (ArgumentPoint α)
Argument points (elements of Dˣ)
- propFn : ArgumentPoint α → S → Bool
Propositional function: argument point → proposition over states
- dimLe : α → α → Bool
Ordering on individual dimension values
Instances For
Scalar entailment: P(dⱼ) entails P(dᵢ) iff every state verifying P(dⱼ) verifies P(dᵢ).
Instances For
Equations
Informativeness/strength (definition A5, p. 537): p is MORE INFORMATIVE (STRONGER) than q relative to a scalar model iff p entails q and q does not entail p.
Equations
- sm.strongerThan dj di = (sm.entails dj di ∧ ¬sm.entails di dj)
Instances For
Negative scalar entailment (definition A4, p. 536): ¬P(dᵢ) entails ¬P(dⱼ) just in case dᵢ is lower than dⱼ. This is the direction at work in the canonical negative let alone sentences: "he didn't make colonel; a fortiori, he didn't make general" (p. 523).
Equations
- sm.negEntails di dj = ∀ (s : S), sm.propFn di s = false → sm.propFn dj s = false
Instances For
Equations
A5 strength for negated propositions: ¬P(dᵢ) is stronger than ¬P(dⱼ) iff it entails and is not entailed by it.
Equations
- sm.negStrongerThan di dj = (sm.negEntails di dj ∧ ¬sm.negEntails dj di)
Instances For
Forward half of definition A3 over a finite state list: whenever dᵢ is lower than dⱼ, P(dⱼ) entails P(dᵢ).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Full definition A3 over a finite state list: for distinct dᵢ, dⱼ,
P(dⱼ) entails P(dᵢ) just in case dᵢ is lower than dⱼ. The biconditional
is demanding: a state list too sparse to separate the points produces
artifact entailments between incomparable points and fails this check (see
ll_sparse_fails_A3).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The let alone construction (§2.1–2.4) #
The let alone construction: form F ⟨X A Y let alone B⟩ (ex. 20a, p. 512), where F is a negative polarity operator, X and Y are shared non-focused material, and the paired foci A and B are points in a presupposed scalar model. The typed form is the paired-foci core ([Dun25]'s slot projection), eliding the shared X/Y material.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Let alone is not fully compositional: a formal idiom with paired
focus, scalar entailment, and NPI licensing requirements that cannot be
derived from the universal combination schemata (see
isFullyCompositional).
Felicity conditions on let alone sentences (p. 528): (1) the two clauses express propositions from the same scalar model; (2) the propositions are of the same polarity; (3) the proposition expressed by the initial, full clause is the stronger one.
The propositions include the polarity operator F, so condition (3) runs through definition A4 in the negative case: in "he didn't make colonel, let alone general" (ex. 21), ¬P(colonel) is stronger than ¬P(general) because colonel is the lower point. The paper itself flags the potential confusion between point-strength and clause-strength here (p. 532).
- scalarModel : ScalarModel S α
The presupposed scalar model
- focusA : ArgumentPoint α
Argument point for the A focus (in the initial, full clause)
- focusB : ArgumentPoint α
Argument point for the B focus (in the reduced clause)
- polarity : Features.Polarity
Condition (2): shared polarity of the two clauses
- fullClauseStronger : match self.polarity with | Features.Polarity.negative => self.scalarModel.negStrongerThan self.focusA self.focusB | Features.Polarity.positive => self.scalarModel.strongerThan self.focusA self.focusB
Condition (3): the full clause expresses the stronger proposition — via A4 under negation, via A5 directly under positive polarity (the attested positive cases, exx. 71–72, p. 519)
Instances For
The let alone family (p. 533): conjunctions presupposing a scalar model relating their conjuncts. "Let alone, together with much less and not to mention, presents the stronger statement first"; in fact and if not present it second.
- letAlone : LetAloneFamily
- muchLess : LetAloneFamily
- notToMention : LetAloneFamily
- neverMind : LetAloneFamily
- ifNot : LetAloneFamily
- inFact : LetAloneFamily
Instances For
Equations
- FillmoreKayOConnor1988.instDecidableEqLetAloneFamily x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Clause ordering within the family (p. 533). The paper's explicit stronger-first list is let alone, much less, not to mention; the value for never mind is an inference from ex. 49, not stated there.
Equations
- FillmoreKayOConnor1988.presentsStrongerFirst FillmoreKayOConnor1988.LetAloneFamily.letAlone = true
- FillmoreKayOConnor1988.presentsStrongerFirst FillmoreKayOConnor1988.LetAloneFamily.muchLess = true
- FillmoreKayOConnor1988.presentsStrongerFirst FillmoreKayOConnor1988.LetAloneFamily.notToMention = true
- FillmoreKayOConnor1988.presentsStrongerFirst FillmoreKayOConnor1988.LetAloneFamily.neverMind = true
- FillmoreKayOConnor1988.presentsStrongerFirst FillmoreKayOConnor1988.LetAloneFamily.ifNot = false
- FillmoreKayOConnor1988.presentsStrongerFirst FillmoreKayOConnor1988.LetAloneFamily.inFact = false
Instances For
Environments licensing let alone (exx. 62–70, p. 518). The paper names five types — "simple negation, too complementation, comparison of inequality, only as determiner of the subject, and various minimal attainment qualifiers, these and more" — over nine examples; the last three cases are formalizer labels for the remaining illustrated environments.
- simpleNegation : LetAloneNPITrigger
- tooComplementation : LetAloneNPITrigger
- comparisonOfInequality : LetAloneNPITrigger
- onlyDeterminer : LetAloneNPITrigger
- minimalAttainment : LetAloneNPITrigger
- conditionalSurprise : LetAloneNPITrigger
- failureVerb : LetAloneNPITrigger
- anyoneWhod : LetAloneNPITrigger
Instances For
Equations
- FillmoreKayOConnor1988.instDecidableEqLetAloneNPITrigger x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Map the let alone licensing environments to the licensing contexts
catalogued in Semantics.Polarity.
Equations
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.simpleNegation = Features.LicensingContext.negation
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.tooComplementation = Features.LicensingContext.tooTo
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.comparisonOfInequality = Features.LicensingContext.comparativeS
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.onlyDeterminer = Features.LicensingContext.onlyFocus
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.minimalAttainment = Features.LicensingContext.negation
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.conditionalSurprise = Features.LicensingContext.conditionalAntecedent
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.failureVerb = Features.LicensingContext.negation
- FillmoreKayOConnor1988.npiTriggerToContext FillmoreKayOConnor1988.LetAloneNPITrigger.anyoneWhod = Features.LicensingContext.universalRestrictor
Instances For
The garden-variety coordination construction let alone is measured against (§2.2.1): two like-category conjuncts joined by a coordinating conjunction. Present as the parent node of the inheritance link below.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Let alone against the coordination diagnostics of §2.2.1 (p. 514–517). Shared with coordinating conjunctions: joins like categories, right node raising, gapping. Overridden: no VP ellipsis (exx. 39–41), no IT-clefting of the full constituent (exx. 33–34), fragment second conjunct, scalar requirement, NPI status. The inheritance-link framing is retrospective — the 1988 paper predates Goldberg's link typology.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The §2.2.1 comparison as a two-node network.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The link resolves: no dangling parent.
Other constructions of §1 #
The X-er the Y-er comparative correlative (exx. 1–2, introduced in §1.1.3 as the flagship formal idiom). The construction's "the" is "not, so far as we can tell, found generally elsewhere in the language" (p. 507; fn. 4 notes relatives like "all the more reason" and the Old English instrumental demonstrative source).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Incredulity Response construction ("Him be a doctor?", ex. 14h in the §2 opening list, pp. 510–511; the type is introduced in §1.1.4): a non-nominative subject with a bare-stem predicate, "used to challenge or question a proposition just posed by an interlocutor" (p. 511).
Equations
- One or more equations did not get rendered due to their size.
Instances For
A one-dimensional rank model (ex. 21) #
Ex. 21 (p. 513): "I doubt he made COLONEL in World War II, let alone GENERAL." The paper names only second lieutenant ("the lowest commissioned rank"), colonel, and general; the intermediate ranks are world-knowledge interpolation. States are the down-sets of the rank chain, so the model separates every pair of ranks and satisfies full A3 — at the cost of being one-dimensional, which definition A1 (n > 1) disallows for genuine scalar models; see the module docstring.
Equations
- FillmoreKayOConnor1988.instDecidableEqRank x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- FillmoreKayOConnor1988.instReprRank = { reprPrec := FillmoreKayOConnor1988.instReprRank.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Position of a rank on the scale.
Equations
Instances For
Career outcomes: the down-sets of the rank chain — either no commission, or every rank up to some ceiling.
- achievedNone : AchievementState
- achievedUpTo (ceiling : Rank) : AchievementState
Instances For
Equations
- One or more equations did not get rendered due to their size.
- FillmoreKayOConnor1988.instDecidableEqAchievementState.decEq FillmoreKayOConnor1988.AchievementState.achievedNone FillmoreKayOConnor1988.AchievementState.achievedNone = isTrue ⋯
- FillmoreKayOConnor1988.instDecidableEqAchievementState.decEq FillmoreKayOConnor1988.AchievementState.achievedNone (FillmoreKayOConnor1988.AchievementState.achievedUpTo ceiling) = isFalse ⋯
- FillmoreKayOConnor1988.instDecidableEqAchievementState.decEq (FillmoreKayOConnor1988.AchievementState.achievedUpTo ceiling) FillmoreKayOConnor1988.AchievementState.achievedNone = isFalse ⋯
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
"He made rank r" holds iff the career reached at least r.
Equations
Instances For
All career outcomes.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The military rank scalar model.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The rank model satisfies full definition A3: for distinct ranks, entailment holds exactly when the entailed point is lower. The down-set state space is what makes the biconditional (not just its forward half) go through.
"He made general" entails "he made colonel" (A3, forward).
"He made colonel" does not entail "he made general" (A3, converse direction for the higher point).
Making general is the stronger positive proposition (A5). NB the
paper's warning (p. 532): in ex. 21 the clauses are negated, so the
stronger clause is "didn't make colonel" — see ex21Conditions.
The felicity conditions of p. 528, instantiated for ex. 21 "I doubt he made COLONEL, let alone GENERAL": negative polarity, A focus colonel, B focus general; the full clause ¬P(colonel) is stronger by definition A4 because colonel is the lower point.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Second lieutenant is the lowest point: no rank is lower. This is the paper's explanation (p. 526) of ex. 107's anomaly — with B the lowest point, the a-fortiori inference has nothing to conclude.
The linguists × languages model (§2.3.2, Tables 1–2) #
The paper's own 2D example (pp. 526–527; Appendix Tables 3–4, p. 535): four professors ordered by erudition, four languages ordered by accessibility, and the propositional function "X can read L".
Equations
- FillmoreKayOConnor1988.instDecidableEqLinguist x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- FillmoreKayOConnor1988.instDecidableEqLang x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- FillmoreKayOConnor1988.instReprLang = { reprPrec := FillmoreKayOConnor1988.instReprLang.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Dimension value: a linguist or a language. The argument space is Linguist × Lang, encoded as 2-element coordinate lists.
- ling : Linguist → LingLangVal
- lang : Lang → LingLangVal
Instances For
Equations
- FillmoreKayOConnor1988.instDecidableEqLingLangVal.decEq (FillmoreKayOConnor1988.LingLangVal.ling a) (FillmoreKayOConnor1988.LingLangVal.ling b) = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
- FillmoreKayOConnor1988.instDecidableEqLingLangVal.decEq (FillmoreKayOConnor1988.LingLangVal.ling a) (FillmoreKayOConnor1988.LingLangVal.lang a_1) = isFalse ⋯
- FillmoreKayOConnor1988.instDecidableEqLingLangVal.decEq (FillmoreKayOConnor1988.LingLangVal.lang a) (FillmoreKayOConnor1988.LingLangVal.ling a_1) = isFalse ⋯
- FillmoreKayOConnor1988.instDecidableEqLingLangVal.decEq (FillmoreKayOConnor1988.LingLangVal.lang a) (FillmoreKayOConnor1988.LingLangVal.lang b) = if h : a = b then h ▸ isTrue ⋯ else isFalse ⋯
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Dimension ordering. A LOWER point yields a WEAKER proposition (definition A2; worked example p. 537: "(B, E) is lower than (B, G)"). More erudite linguists and more accessible languages are lower: "Apotheosis reads English" is the easiest proposition to satisfy. Cross-dimension comparisons are false (dimensions are independent).
Equations
- One or more equations did not get rendered due to their size.
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.ling FillmoreKayOConnor1988.Linguist.apotheosis) (FillmoreKayOConnor1988.LingLangVal.ling a) = true
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.ling FillmoreKayOConnor1988.Linguist.brilliant) (FillmoreKayOConnor1988.LingLangVal.ling a) = true
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.ling FillmoreKayOConnor1988.Linguist.competent) (FillmoreKayOConnor1988.LingLangVal.ling a) = true
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.ling FillmoreKayOConnor1988.Linguist.dimm) (FillmoreKayOConnor1988.LingLangVal.ling a) = false
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.lang FillmoreKayOConnor1988.Lang.english) (FillmoreKayOConnor1988.LingLangVal.lang a) = true
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.lang FillmoreKayOConnor1988.Lang.french) (FillmoreKayOConnor1988.LingLangVal.lang a) = true
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.lang FillmoreKayOConnor1988.Lang.greek) (FillmoreKayOConnor1988.LingLangVal.lang a) = true
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.lang FillmoreKayOConnor1988.Lang.hittite) (FillmoreKayOConnor1988.LingLangVal.lang a) = false
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.ling a) (FillmoreKayOConnor1988.LingLangVal.lang a_1) = false
- FillmoreKayOConnor1988.lingLangLe (FillmoreKayOConnor1988.LingLangVal.lang a) (FillmoreKayOConnor1988.LingLangVal.ling a_1) = false
Instances For
States of who-reads-what. The first four are Table 2's states a–d
(p. 527); diagonal is a constructed staircase state (not in the paper),
included to refute converse entailments.
Instances For
Equations
- FillmoreKayOConnor1988.instDecidableEqLLState x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
"Professor X can read language L" in each state.
Equations
- FillmoreKayOConnor1988.canRead x✝¹ x✝ FillmoreKayOConnor1988.LLState.allFalse = false
- FillmoreKayOConnor1988.canRead x✝¹ x✝ FillmoreKayOConnor1988.LLState.allTrue = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.apotheosis FillmoreKayOConnor1988.Lang.english FillmoreKayOConnor1988.LLState.topLeft = true
- FillmoreKayOConnor1988.canRead x✝¹ x✝ FillmoreKayOConnor1988.LLState.topLeft = false
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.apotheosis FillmoreKayOConnor1988.Lang.english FillmoreKayOConnor1988.LLState.twoTrue = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.apotheosis FillmoreKayOConnor1988.Lang.french FillmoreKayOConnor1988.LLState.twoTrue = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.brilliant FillmoreKayOConnor1988.Lang.english FillmoreKayOConnor1988.LLState.twoTrue = true
- FillmoreKayOConnor1988.canRead x✝¹ x✝ FillmoreKayOConnor1988.LLState.twoTrue = false
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.apotheosis x✝ FillmoreKayOConnor1988.LLState.diagonal = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.brilliant FillmoreKayOConnor1988.Lang.hittite FillmoreKayOConnor1988.LLState.diagonal = false
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.brilliant x✝ FillmoreKayOConnor1988.LLState.diagonal = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.competent FillmoreKayOConnor1988.Lang.english FillmoreKayOConnor1988.LLState.diagonal = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.competent FillmoreKayOConnor1988.Lang.french FillmoreKayOConnor1988.LLState.diagonal = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.competent x✝ FillmoreKayOConnor1988.LLState.diagonal = false
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.dimm FillmoreKayOConnor1988.Lang.english FillmoreKayOConnor1988.LLState.diagonal = true
- FillmoreKayOConnor1988.canRead FillmoreKayOConnor1988.Linguist.dimm x✝ FillmoreKayOConnor1988.LLState.diagonal = false
Instances For
Convenience constructor for 2D argument points.
Equations
- FillmoreKayOConnor1988.llPoint l lang = { coordinates := [FillmoreKayOConnor1988.LingLangVal.ling l, FillmoreKayOConnor1988.LingLangVal.lang lang] }
Instances For
The linguists × languages scalar model.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All five states.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The 2D model satisfies the forward half of A3 over the five states: lower points' propositions are entailed.
The five-state list is too sparse for full A3: incomparable points end up with artifact entailments (e.g. "Brilliant reads Hittite" entails "Competent reads French" over these states, though the points are incomparable), violating A3's only-if direction. A genuine model of the paper's Table 2 universe would need the full space of nested states.
"Brilliant can read Hittite" entails "Brilliant can read English": Hittite is less accessible, so reading it is the stronger claim.
The paper's worked example (p. 537): (Brilliant, English) is lower than (Brilliant, Greek).
(Competent, French) and (Brilliant, Hittite) are incomparable (definition A2): Competent > Brilliant on erudition but French < Hittite on accessibility.
Judgment data #
Grammaticality judgments and contrasts from the paper, by example number. Verified against the published text; judgments reproduce the paper's markings (* ungrammatical, # anomalous, ? marginal).
A single attested or judged example.
- exNumber : String
Example number in the paper
- sentence : String
The sentence
- judgment : Features.Acceptability
Acceptability judgment
- phenomenon : String
What phenomenon this illustrates
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
- FillmoreKayOConnor1988.instBEqExampleDatum.beq x✝¹ x✝ = false
Instances For
Equations
Basic let alone (§2.1, exx. 15–16, p. 512) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
NPI licensing (§2.2.4, exx. 62–66, p. 518) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Barely vs. almost/only (§2.3.3, exx. 113–115, p. 529) #
Barely licenses let alone; almost and non-subject only do not — "barely is syntactically a negative polarity trigger while almost and nonsubject only are not".
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
NPI licensing contrasts: barely licenses, almost and only do not.
Equations
Instances For
Topicalization asymmetry (§2.2.1, exx. 31a–d, p. 515) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Topicalization asymmetry: and allows full topicalization, let alone only allows extraposed second conjunct.
Equations
Instances For
VP ellipsis (§2.2.1, exx. 39–41, p. 516) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
VP ellipsis contrast: and/but allow it, let alone does not.
Equations
Instances For
Wh-extraction (§2.2.1, exx. 32a–b, p. 515) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Scalar anomaly (§2.3.2, exx. 104, 121–122, pp. 525, 530–531) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Scalar anomaly contrasts: well-formed scalar ordering vs. swapped foci.
Equations
Instances For
IT-clefting (§2.2.1, exx. 33–34, pp. 515–516) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Lowest-point anomaly (§2.3.2, exx. 106–107, p. 526) #
With B the lowest scale point, negating a non-lowest point yields no
a-fortiori conclusion about it (see secondLieutenant_is_lowest).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Positive polarity (§2.2.4, exx. 71–72, p. 519) #
Rare but attested; these challenge a purely syntactic NPI account and are
the cases LetAloneConditions.polarity := .positive covers.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Positive polarity let alone examples challenge pure NPI analysis.
Equations
Instances For
All judgment data from the paper.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All grammatical examples.
Equations
- FillmoreKayOConnor1988.grammaticalExamples = List.filter (fun (x : FillmoreKayOConnor1988.ExampleDatum) => x.judgment == Features.Acceptability.ok) FillmoreKayOConnor1988.allExamples
Instances For
All ungrammatical examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The data cover all four judgment types.