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

Word Break

Indicates a word break, marking the exact point where a sequence of signs or a word is interrupted, such as by a line break or a physical fracture in the epigraphic medium. This node solely describes a graphical or positional event and does not imply a linguistic division: the actual separation or categorisation of lexical units is instead managed using the specific notation provided by LexicalUnit.

Syntax

A hyphen -.

Overview

NotationConceptual ASTPaper Output
-WordBreak-

Examples

NotationPaper Output
-
-
-abc
-abc
abc-
abc-
ab-c
ab-c

EpiDoc Outputs

NotationEpiDoc (XML)
-
<ab>
    <lb break="no"/>
</ab>
-abc
<ab>
    <lb break="no"/>abc</ab>
abc-
<ab>abc<lb break="no"/>
</ab>
ab-c
<ab>ab<lb break="no"/>c</ab>

Structural Analysis (Conceptual AST)

NotationAST
-
WordBreak
-abc
WordBreak
Plain("abc")
abc-
Plain("abc")
WordBreak
ab-c
Plain("ab")
WordBreak
Plain("c")