Text-Fabric dataset of the Greek New Testament, based on the Nestle 1904 (7th printing) edition.
About this dataset| Feature group | Feature type | Data type | Available for node types | Used by viewtypes | 
|---|---|---|---|---|
Sectional | 
      Node | 
      String | 
      wg clause sentence | 
      syntax-view wg-view | 
    
The nodeid feature provides a reference to the range of words inside a word group, clause, or sentence within the text.
A string formated like 400010200010490 which can be decoded as:
    400010200010490
    BBCCCVVVWWWSSSL
    BB               => zero-padded book number, the first NT book (Matthew) starts at 40
      CCC            => zero-padded chapter
         VVV         => zero-padded verse
            WWW      => Beginning position (the Nth word) of a node/sub-tree
               SSS   => The SPAN of a node (how many words it covers)
                  L  => (Level) distinguishes nodes which have the same span (in cases of non-branching nodes)
A related feature, albeit referencing individual word nodes, is id.
The ID is derived from the numeric part of the optional XML attribute nodeId of the wg (WordGroup) node.