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

Examples of Mixed Plausibility Sequences

Illustrative demonstration of mixed plausibility sequences: a series of interpretive pairs where the editor expresses a descending or not-given plausibility between the lectiones.

See Interpretative Plausibility Assessment for the automatic rectification performed by the formatter to improve legibility.

Examples

NotationPaper Output
%a>b|c%
abc
%a|b>?c%
abc
%a>!b|c%
abc
+textus;h=%a|b>?c%+
abctextus

EpiDoc Outputs

NotationEpiDoc (XML)
%a>b|c%
<ab>
    <app type="alternative">
        <lem>a</lem>
        <rdg>b</rdg>
        <rdg>c</rdg>
        <note>Detailed plausibility chain available in IbiScript source
        </note>
    </app>
</ab>
%a|b>?c%
<ab>
    <app type="alternative">
        <lem>a</lem>
        <rdg>b</rdg>
        <rdg cert="low">c</rdg>
        <note>Detailed plausibility chain available in IbiScript source
        </note>
    </app>
</ab>
%a>!b|c%
<ab>
    <app type="alternative">
        <lem>a</lem>
        <rdg>b</rdg>
        <rdg>c</rdg>
        <note>Detailed plausibility chain available in IbiScript source
        </note>
    </app>
</ab>
+textus;h=%a|b>?c%+
<ab>
    <add cert="medium">textus<app type="alternative"><lem><handShift new="#a"/>textus</lem><rdg><handShift new="#b"/>textus</rdg><rdg cert="low"><handShift new="#c"/>textus</rdg><note>Detailed plausibility chain available in IbiScript source</note></app></add>
</ab>

Structural Analysis (Conceptual AST)

NotationAST
%a>b|c%
PlausibilityAssessment
  lectio:
    Plain("a")
  link: Preferred[medium]
  lectio:
    Plain("b")
  link: Alternative
  lectio:
    Plain("c")
%a|b>?c%
PlausibilityAssessment
  lectio:
    Plain("a")
  link: Alternative
  lectio:
    Plain("b")
  link: Preferred[low]
  lectio:
    Plain("c")
%a>!b|c%
PlausibilityAssessment
  lectio:
    Plain("a")
  link: Preferred[high]
  lectio:
    Plain("b")
  link: Alternative
  lectio:
    Plain("c")
+textus;h=%a|b>?c%+
Addition[medium][meta]
  Plain("textus")