Lexical Unit Boundary
The logical boundary of a lexical unit (word). It is used to mark the end of a word regardless of its physical layout on the support, allowing the system to reconstruct units split by fractures or line breaks.
Syntax
Any number of Unicode characters enclosed within ampersands &โฆ&. Optionally, linguistic annotations can follow after a semicolon ;.
If the user wishes to easily identify a series of lexical units, the entire sequence can be enclosed within ampersands &โฆ& with individual units separated by a forward slash /.
Overview
| Notation | Conceptual AST | Paper Output |
|---|---|---|
&๐ร๐;ฮปโ=ฮปแตฅ;โฆ& | LexicalUnit([๐], LinguisticAnalysis{ฮปโ:ฮปแตฅ,โฆ}) | ๐ร๐ |
๐= any sign (Unicode character) โSTOP_SET(cf. Technical Catalogue of Symbols) otherwise preceded by the escape character\.๐= number of characters (represented by char or digits).ฮปโ= label, which may also be in abbreviated form, for linguistic annotation.ฮปแตฅ= value of the linguistic annotation (plausibility scale).ฮปโ= canonical key for the linguistic annotation derived from the corresponding label.
Examples
| Notation | Paper Output |
|---|---|
|
ab-c
|
|
ab c
|
|
abc defg hijk l
|
|
abcdefhijk
|
EpiDoc Outputs
| Notation | EpiDoc (XML) |
|---|---|
|
|
|
|
|
|
|
|
Structural Analysis (Conceptual AST)
| Notation | AST |
|---|---|
|
|
|
|
|
|
|
|