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 |
clause wg sentence |
syntax-view wg-view |
The clausetype
feature provides information about the type of clauses within the a sentence.
Frequency for sentence
nodes (used in syntax-view
and wg-view
):
Value | description | Occurences |
---|---|---|
nominalized | 59 | |
<empty> | 19644 |
Frequency for clause
nodes (used in syntax-view
):
Value | description | Occurences |
---|---|---|
nominalized | 5237 | |
<empty> | 25577 |
Frequency for wg
nodes (used in wg-view
):
Value | description | Occurences |
---|---|---|
nominalized | 5296 | |
<empty> | 101572 |
To find all sentence which are not nominalized, use the following snippet:
Query = '''
sentence
clausetype#nominalized
'''
Results = A.search(Query)
This feature is derived from the XML attribute clauseType
of the tag wg
(wordgroup).