Social Meaning and the Indexical Field @cite{eckert-2008} #
@cite{beltrama-schwarz-2024}
Framework-agnostic types for the social meaning of linguistic variation, following @cite{eckert-2008}'s theory of the indexical field.
A linguistic variable's social meaning is not a fixed correspondence to a social category but a constellation of ideologically linked persona traits — an indexical field — that can be selectively activated by context.
Core concepts #
Indexical order: variables accumulate layers of social meaning. First-order (demographic correlation, below awareness) → second-order (stylistic marker, available for manipulation) → third-order (stereotype, subject to metapragmatic commentary).
Stances vs. qualities: variables directly index interactional stances (momentary positions like "being precise right now"). Habitual stances accrete into attributed qualities (stable traits like "is meticulous"). Social meaning mediates between form and identity through this stance → quality pathway.
Indexical field: the constellation of potential meanings associated with a variant. Not a fixed meaning but a structured space — each use activates a region of the field, contextually selecting among ideologically linked traits (Figures 3–4 in @cite{eckert-2008}).
Connections #
Core.Register.SocialIndex: competence/solidarity is one axis of the social space that indexical fields map intoRSA.CombinedUtility: social utility as a component of speaker utilityRSA.NoncooperativeCommunication.SpeakerOrientation: cooperative vs. argumentative as a coarse speaker-type dimension
@cite{silverstein-2003}'s indexical order: how a variable's social meaning accumulates layers through use and metapragmatic awareness.
Each order presupposes the previous: a variable must correlate with a social category (first-order) before speakers can consciously manipulate it (second-order), and must be a marker before it can become a stereotype subject to overt commentary (third-order).
- first : IndexicalOrder
Correlates with a social category but below conscious awareness.
- second : IndexicalOrder
Noticed and available for stylistic manipulation (Labov's "marker").
- third : IndexicalOrder
Stereotype: subject to metapragmatic commentary and performance.
Instances For
Equations
- Core.SocialMeaning.instBEqIndexicalOrder.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Core.SocialMeaning.instLTIndexicalOrder = { lt := fun (a b : Core.SocialMeaning.IndexicalOrder) => a.toNat < b.toNat }
Equations
- Core.SocialMeaning.instLEIndexicalOrder = { le := fun (a b : Core.SocialMeaning.IndexicalOrder) => a.toNat ≤ b.toNat }
Equations
Equations
Eckert's distinction between momentary interactional positions and stable attributed characteristics.
Variables directly index stances. Qualities are attributed on the basis of habitual stance-taking: a person who habitually takes precise stances gets attributed the quality "meticulous".
- stance : StanceLevel
Momentary interactional position (e.g., "being precise right now").
- quality : StanceLevel
Stable attributed characteristic (e.g., "is a meticulous person"). Accretes from habitual stances.
Instances For
Equations
- Core.SocialMeaning.instBEqStanceLevel.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
An indexical field: the constellation of ideologically related meanings associated with a linguistic variable.
Parameterized by:
Variant: variant forms of the variable (e.g., round vs. precise numeral)Trait: persona traits in the field (e.g., meticulous, casual,...)
The association function maps each (variant, trait) pair to a rational
value. Positive values mean the variant indexes toward the trait;
negative values mean it indexes away. The field is context-dependent:
the same variable may have different fields in different contexts
(@cite{eckert-2008}: "the field is a space of potential meanings").
- association : Variant → Trait → ℚ
How strongly using this variant indexes this trait. Positive = toward, negative = away.
- order : IndexicalOrder
Indexical order of this variable.
Instances For
Two variants contrast on a trait when their associations differ.
Equations
- field.contrasts v₁ v₂ t = (field.association v₁ t ≠ field.association v₂ t)
Instances For
A variant positively indexes a trait.
Equations
- field.indexes v t = (field.association v t > 0)