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 viewtype |
|---|---|---|---|---|
Syntactic |
Node |
Integer |
sentence group wg clause phrase subphrase |
syntax-view wg-view |
The articular feature indicates whether a syntactic unit (such as a sentence, group, clause, phrase, or subphrase) contains an article.
For sentence nodes (used in syntax-view and wg-view):
| value | description | Frequency |
|---|---|---|
| <empty> | No articular in sentence | 17145 |
1 |
Articular in sentence | 2619 |
For group nodes (used in syntax-view):
| value | description | Frequency |
|---|---|---|
| <empty> | No articular in group | 8764 |
1 |
Articular in group | 187 |
For clause nodes (used in syntax-view):
| value | description | Frequency |
|---|---|---|
| <empty> | No articular in clause | 29757 |
1 |
Articular in clause | 973 |
For wg nodes (used in wg-view):
| value | description | Frequency |
|---|---|---|
| <empty> | No articular in wordgroup | 78096 |
1 |
Articular in wordgroup | 28772 |
For phrase nodes (used in syntax-view):
| value | description | Frequency |
|---|---|---|
| <empty> | No articular in phrase | 55928 |
1 |
Articular in phrase | 13079 |
For subphrase nodes (used in syntax-view):
| value | description | Frequency |
|---|---|---|
| <empty> | No articular in subphrase | 104281 |
1 |
Articular in subphrase | 24993 |
This feature functions as a pseudo-boolean variable. To find all sentence without any article, use the following snippet:
Query = '''
sentence
articular#1
'''
Results = A.search(Query)
Replace the expression ‘#1’ with ‘=1’ to find all sentences with an article.
The following example from John 1:1 demonstrates the function of this feature.

This feature is derived from the (optional) XML attribute articular of tag wg (wordgroup).