Gap of Known Extent
A gap of known extent. The editor indicates a precise number of missing characters by repeating a gap sign inside square brackets.
Syntax
Any natural number flanked by double full stops .…., followed by the optional precision notation the whole enclosed within square brackets […].
Overview
| Notation | Conceptual AST | Paper Output |
|---|---|---|
[.𝑁.‽ᵟ] | Gap{ quantity: Known{ count: 𝑁 }, precision: γ } | [·𝑁◇ᵟ·] |
𝑁= number of characters (represented by char or digits).𝑛∈ ℕ (natural numbers).‽ᵟ∈ {?,!,ε} = uncertainty marker?, certainty marker!, or empty string (ε).γ∈ {Low,High,Medium} = certainty level corresponding to the marker used in the notation.◇ᵟ∈ {⯑,⯁,ε} = rendering of the uncertainty/certainty marker in the notation or empty string (ε).
Examples
| Notation | Paper Output |
|---|---|
|
7
|
|
.3.
|
|
.4.
|
EpiDoc Outputs
| Notation | EpiDoc (XML) |
|---|---|
|
|
|
|
|
|
Structural Analysis (Conceptual AST)
| Notation | AST |
|---|---|
|
|
|
|
|
|