Documentation

Linglib.Core.SocialMeaning

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 #

@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
    • One or more equations did not get rendered due to their size.
    Instances For

      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
        • One or more equations did not get rendered due to their size.
        Instances For
          structure Core.SocialMeaning.IndexicalField (Variant Trait : Type) :

          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 : VariantTrait

            How strongly using this variant indexes this trait. Positive = toward, negative = away.

          • Indexical order of this variable.

          Instances For
            def Core.SocialMeaning.IndexicalField.contrasts {Variant Trait : Type} (field : IndexicalField Variant Trait) (v₁ v₂ : Variant) (t : Trait) :

            Two variants contrast on a trait when their associations differ.

            Equations
            Instances For
              def Core.SocialMeaning.IndexicalField.indexes {Variant Trait : Type} (field : IndexicalField Variant Trait) (v : Variant) (t : Trait) :

              A variant positively indexes a trait.

              Equations
              Instances For