Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

High Epistemicity

A logical modifier that increases or greatly confirms the epistemicity of the editorial interpretation. Its semantics depend on the context:

  • Absolute certainty: indicates qualitative confidence regarding the identity of phenomena (e.g., Unclear, Supplied, Erasure) or their associated metadata, often used for difficult but guaranteed readings.
  • High precision: indicates that the quantitative estimation of a gap (Gap) or empty space (Vacat) is to be considered exact and not an approximation.
  • Assertive superiority: indicates that the assertion made by the editor is of higher magnitude than the norm (#underline[same operator but with a different meaning, thus cf. Decreasing Plausibility among Lectiones for examples and syntax])

Syntax

An exclamation mark ! placed at the end of a phenomenon’s notation, strictly within any applicable delimiters of the phenomenon.

Overview

NotationConceptual ASTPaper Output
𝘋!𝘋Cert::HIGH ⊻ Precision::HIGH
  • 𝘋 = any IbiScript notation delimiter.

Examples

NotationPaper Output
*abc!*
abc
[.3.!]
.3.

EpiDoc Outputs

NotationEpiDoc (XML)
*abc!*
<ab>
    <unclear cert="high">abc</unclear>
</ab>
[.3.!]
<ab>
    <supplied reason="lost" cert="high">.3.</supplied>
</ab>

Structural Analysis (Conceptual AST)

NotationAST
*abc!*
Unclear[high, legibility: normal]
  Plain("abc")
[.3.!]
Supplied[high]
  Plain(".3.")