Mirativity #
@cite{delancey-1997} @cite{aikhenvald-2004}
Mirativity is the grammatical category that marks whether the propositional content is expected or surprising to the speaker. @cite{delancey-1997} introduced the term and argued — against earlier evidential-subsumption analyses — that mirativity is typologically independent of evidentiality: the two categories are often conveyed by overlapping morphology (e.g., Turkish -mIş), but they answer distinct questions ("what is the source of the evidence?" vs "is the content surprising?").
This module is intentionally separate from Features.Evidentiality to reflect
that independence; bundling structures that combine source, authority, and
mirativity (e.g. Core.Epistemicity.EpistemicProfile) import both.
Mirativity value: whether the propositional content aligns with speaker expectations.
- expected : MirativityValue
Content is expected / non-newsworthy.
- unexpected : MirativityValue
Content is surprising / newsworthy.
- neutral : MirativityValue
No mirative marking; expectation is unspecified.
Instances For
Equations
- Features.Mirativity.instDecidableEqMirativityValue 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.