Text-Fabric dataset for Greek New Testament based upon Nestle 1904 (Low Fat tree dataset)
About Text-FabricFeature group | Feature type | Data type | Available for node types | Feature status |
---|---|---|---|---|
Textcritical |
Node |
string |
word |
🆗 |
Text critical marker after word.
markafter | Description | Unicode codepoint | Frequency |
---|---|---|---|
`` | no mark | - | 137728 |
— |
Em dash | — |
31 |
) |
Right parenthesis | ) |
11 |
]] |
Right square bracket (2x) | ] (2x) |
7 |
( |
Left parenthesis | ( |
1 |
] |
Right square bracket | ] |
1 |
See also the following related features:
The following image shows the relation between these features:
Use the option fmt='text-critical'
to print the text including text critical marks, see following example from Mark 1:1.
T.text(139200,fmt='text-critical') Ἀρχὴ τοῦ εὐαγγελίου Ἰησοῦ Χριστοῦ (Υἱοῦ Θεοῦ).
See also the following Jupyter Notebook.
Computed based upon from XML attribute unicode
of tag w
(word).