Text-Fabric dataset of the Greek New Testament, based on the Nestle 1904 (7th printing) edition.
About this datasetThe wordgroup viewtype is a syntactically agnostic presentation in where clauses, phrases and subprases are not respresented by distinct nodestypes. They all map to the same node type, namely wordgroup, while their syntactic function and properties are reflected by their respective feature values.
Swithing to a specific viewtype can be done by entering A.viewtype(), which is specific to this dataset and automaticaly loaded upon invocation of the TF dataset.
Selecting a viewtype defines which nodes are displayed. The relation between node types and view types is shown in the following table.
Viewtype | Invocation | Associated node types |
---|---|---|
wg-view (this view) |
A.viewtype(‘wg’) | wg |
syntax-view |
A.viewtype(‘syntax’) | subphrase phrase clause group |
Note: the node types Word
, Sentence
, verse
, chapter
, and Book
` are common for both views.
The following features are created to be specificaly used in this viewtype:
The following images show John 1:1 using the wg-view:
The following actions are performed when the command A.viewtype(‘wg’) is issued:
The code for the A.viewtype() command is located in file app.py.