Korean Evidential Fragment #
@cite{cumming-2026}
Paradigm entries for Korean tense-evidential morphology from @cite{cumming-2026}, Tables 18 (-te) and 19 (-ney). Korean is notable for morphologically encoding evidential perspective independently of utterance perspective.
-te vs -ney #
Both markers distinguish retrospective/contemporaneous/prospective EP, but their UP constraints differ:
- -te: UP is always T < S (past-shifted)
- -ney: UP tracks speech-time more tightly (T < S, T = S, S < T)
This EP/UP factorization is verified in Phenomena/Cumming2026/Bridge.lean.
Korean -te PAST: T < A (strict downstream), T < S (past).
Equations
- Fragments.Korean.Evidentials.tePast = { label := "-te PAST", ep := Semantics.Tense.Evidential.EPCondition.strictDownstream, up := Semantics.Tense.Evidential.UPCondition.past }
Instances For
Korean -te PRESENT: T = A (contemporaneous), T < S (past).
Equations
- Fragments.Korean.Evidentials.tePresent = { label := "-te PRES", ep := Semantics.Tense.Evidential.EPCondition.contemporaneous, up := Semantics.Tense.Evidential.UPCondition.past }
Instances For
Korean -te FUTURE: A < T (prospective).
Equations
- Fragments.Korean.Evidentials.teFuture = { label := "-te FUT", ep := Semantics.Tense.Evidential.EPCondition.prospective, up := Semantics.Tense.Evidential.UPCondition.unconstrained }
Instances For
Korean -ney PAST: T < A (strict downstream), T < S (past).
Equations
- Fragments.Korean.Evidentials.neyPast = { label := "-ney PAST", ep := Semantics.Tense.Evidential.EPCondition.strictDownstream, up := Semantics.Tense.Evidential.UPCondition.past }
Instances For
Korean -ney PRESENT: T = A (contemporaneous), T = S (present).
Equations
- Fragments.Korean.Evidentials.neyPresent = { label := "-ney PRES", ep := Semantics.Tense.Evidential.EPCondition.contemporaneous, up := Semantics.Tense.Evidential.UPCondition.present }
Instances For
Korean -ney FUTURE: A < T (prospective), S < T (future).
Equations
- Fragments.Korean.Evidentials.neyFuture = { label := "-ney FUT", ep := Semantics.Tense.Evidential.EPCondition.prospective, up := Semantics.Tense.Evidential.UPCondition.future }
Instances For
All Korean evidential entries.