Traugott (2010): Subjectification and Intersubjectification #
The diachronic hypothesis that lexical items acquire subjective and intersubjective meanings over time, in a fixed order:
nonsubjective → subjective → intersubjective
This is one of the best-supported unidirectional tendencies in semantic change, attested across modality, connectives, discourse markers, and spatial expressions. [Tra10a] is the consolidating statement of the program developed in [TD02].
The synchronic infrastructure (the SubjectivityLevel type and ordering)
lives in Features.Subjectivity. This file formalizes the diachronic
claims: that the ordering reflects a historical trajectory, that each
transition is unidirectional, and that specific semantic domains exhibit
this pattern.
Connections #
Semantics.Modality.Narrog: speaker-orientation level maps to subjectivity level; the directionality of modal change (seeStudies/Narrog2010.lean) is an instance of subjectification.Quantification.Binominal: the bleaching cline (N+PP → evaluative → intensifier) parallels the subjectification trajectory in the nominal domain (binominal steps formalized inStudies/TenWolde2023.lean).Morphology/Grammaticalization.lean: subjectification is a semantic dimension of grammaticalization — as forms grammaticalize, they tend to acquire more subjective meanings.
The diachronic cline #
A diachronic subjectification step: a word or construction acquires a meaning at a higher subjectivity level.
- expression : String
Description of the expression.
- sourceMeaning : String
Earlier (less subjective) meaning.
- targetMeaning : String
Later (more subjective) meaning.
- sourceLevel : Features.Subjectivity.SubjectivityLevel
Subjectivity level of the source meaning.
- targetLevel : Features.Subjectivity.SubjectivityLevel
Subjectivity level of the target meaning.
Unidirectionality: target is at least as subjective as source.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
All canonical examples respect unidirectionality.
Intersubjectification #
Intersubjectification: the final stage of the cline, where meanings come to encode attention to the addressee's face/self-image.
[Tra10a]: intersubjectification presupposes subjectification. An expression must first acquire speaker-oriented meaning before it can develop addressee-oriented meaning.
The full cline is totally ordered.