@cite{scontras-2014} — The Semantics of Measurement #
@cite{chierchia-1998} @cite{krifka-1989} @cite{scontras-2014} @cite{zabbal-2005}
Empirical observations and bridge theorems for Scontras's quantizing noun typology (Ch. 3).
Key Empirical Claim #
The three classes of quantizing nouns differ systematically in whether they license a MEASURE reading (Scontras Ch. 3, Table 3.5 p. 89). The MEASURE reading is the one in which a quantizing noun functions as a unit-name for the substance, rather than denoting the substance's containers or atoms.
Measure terms (kilo, liter): ALWAYS license MEASURE. "Three kilos of rice" is necessarily a 3-kilo quantity of rice.
Container nouns (glass, box): AMBIGUOUS.
- CONTAINER reading (default): "three glasses of water in the cupboard" — three individual glass-objects.
- MEASURE reading (forced by recipe context, etc.): "add three glasses of water" — a quantity of water equal to three glass-volumes.
Atomizers (grain, piece): NEVER license MEASURE. Atomizers' semantics is inherently relational and partitioning (Scontras eqs. (77), (87), pp. 89-90): they take a substance noun and impose a partition into self-connected atoms via π. They are then counted by CARD over the partition (Scontras p. 100). The atoms-after-partition predicate IS quantity-uniform under μ_CARD — atomizers fail MEASURE-licensing because their semantics is relational / partitioning rather than measure-naming, not because the resulting predicate is non-uniform under every conceivable μ.
Diagnostics for the MEASURE/CONTAINER ambiguity #
Container nouns can be disambiguated:
- Locative "in X": "three glasses of water in the pitcher" → CONTAINER
- Recipe context: "three glasses of water in the recipe" → MEASURE
- Demonstratives: "those three glasses" → CONTAINER (individuated)
Architecture #
This is a Phenomena file: it encodes empirical observations and proves that the Fragment entries (class assignments) correctly predict the Theory's MEASURE-reading licensing.
Dependency chain:
Theory (licensesMeasureReading) → Fragment (QuantizingNounEntry.nounClass)
→ Phenomena (this file)
An observed MEASURE-licensing judgment for a quantizing noun in a specific context.
The quantizing noun being tested.
- complement : String
The mass noun complement (e.g., "rice", "water").
- reading : Option Semantics.Measurement.ContainerReading
Which reading is active (for container nouns).
- sentence : String
The test sentence.
- licensesMeasure : Bool
Observed: does the phrase license a MEASURE-quantity reading?
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.
- Phenomena.Quantification.Scontras2014.instBEqMeasureObservation.beq x✝¹ x✝ = false
Instances For
"Three kilos of rice" — a measure of rice.
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
"Three glasses of water in the cupboard" — three individual glass-objects. The CONTAINER reading is forced by the locative; MEASURE is unavailable.
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
"Add three glasses of water" — a 3-glass-volume quantity of water. The MEASURE reading is forced by the recipe context.
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
"Three grains of rice" — three rice-grain individuals. Atomizers' semantics is inherently relational and partitioning (Scontras eqs. (77), (87), pp. 89-90): grain takes the substance noun rice and imposes a partition into self-connected rice-atoms via π. The atoms are then counted by CARD (Scontras p. 100). MEASURE-reading fails because the semantics is partitioning rather than measure-naming.
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
The central bridge #
The Fragment assigns each noun a nounClass (from the Theory's
QuantizingNounClass). The Theory defines licensesMeasureReading mapping
class + reading to a MEASURE-licensing prediction (Scontras Table 3.5 p. 89).
We prove that this prediction matches the empirical observation for EVERY
example in our data.
This is the payoff of the Theories → Fragments → Phenomena architecture: if
someone changes a noun's class assignment in the Fragment, or changes the
licensesMeasureReading function in the Theory, the bridge theorems break.
The Theory's MEASURE-licensing prediction matches the empirical observation for every example in our data set.
For measure term observations: the Theory predicts MEASURE = true.
For atomizer observations: the Theory predicts MEASURE = false (atomizers are counted by CARD, not measured).
For container noun observations: MEASURE-licensing depends on the reading. CONTAINER → not MEASURE; MEASURE → MEASURE.
Fragment consistency #
We also verify that the Fragment entries used in our observations have
the same class assignment as the observations themselves. This catches
the case where someone defines glass.nounClass :=.atomizer in the
Fragment but uses .containerNoun in the observation.
The Fragment's glass entry matches the observation's class.
The Fragment's grain entry matches the observation's class.
The Fragment's drop entry matches the observation's class.
Disambiguation contexts for container nouns (Scontras Ch. 3 §3.2.1).
A sentence context can force one reading of an ambiguous container noun:
- Locative PPs ("in the cupboard") → CONTAINER (the physical objects are located)
- Recipe/instruction context → MEASURE (amount of substance)
- Demonstratives ("those three glasses") → CONTAINER (individuated)
- Generic quantity context ("add three glasses") → MEASURE
The noun being disambiguated.
- contextType : String
Context type.
- sentence : String
Example sentence.
- forcedReading : Semantics.Measurement.ContainerReading
Which reading the context forces.
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.
- Phenomena.Quantification.Scontras2014.instBEqDisambiguationContext.beq x✝¹ x✝ = false
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
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
All disambiguation contexts involve container nouns (not measure terms or atomizers — only container nouns are ambiguous).
Locative/demonstrative contexts force CONTAINER; recipe contexts force MEASURE.
Combining disambiguation with the licensing prediction: recipe contexts yield MEASURE, locative contexts yield non-MEASURE.