Text-Fabric dataset of the Greek New Testament, based on the Nestle 1904 (7th printing) edition.
About this datasetFeature group | Feature type | Data type | Available for node types | Used by viewtypes |
---|---|---|---|---|
Syntactic |
Node |
String |
sentence clause wg |
syntax-view wg-view |
This feature provides classification for different types of clauses, specifically focusing on verbless, verb-elided, and minor clauses.
All clauses without explicit value for this this feature are to be regarded verbal clauses.
Frequency for sentence nodes:
value | description | Frequency |
---|---|---|
<empty> | Verbal clause type | 19703 |
Verbless |
Verbless clause type | 77 |
VerbElided |
Verb-elided clause type | 47 |
Minor |
Minor clause type | 1 |
Frequency for clause
nodes:
value | description | Frequency |
---|---|---|
<empty> | Verbal clause type | 30814 |
Verbless |
Verbless clause type | 1003 |
VerbElided |
Verb-elided clause type | 884 |
Minor |
Minor clause type | 831 |
Frequency for wg
nodes:
value | description | Frequency |
---|---|---|
<empty> | Verbal clause type | 106868 |
Verbless |
Verbless clause type | 1050 |
VerbElided |
Verb-elided clause type | 961 |
Minor |
Minor clause type | 832 |
To select all verbal clauses for node type sentence
, the following snippet can be used:
Query = '''
sentence
cltype#1
'''
Results = A.search(Query)
The following description of the various clause types is taken from : Andi Wu and Randall K. Tan, Documentation for the MACULA Greek Treebank for the Nestle 1904 Greek New Testament (2022),7. Availabe at MACULA Greek Treebank for the Nestle 1904 Greek New Testament.pdf.
This feature is derived from the XML attribute cltype
of the tag wg
(wordgroup).