N1904-TF

Text-Fabric dataset of the Greek New Testament, based on the Nestle 1904 (7th printing) edition.

About this dataset
Transcription
Featureset
Optional features
Viewtypes
Textformats
Syntaxtrees
Tutorial
Latest release

Nestle 1904 GNT - Feature: clausetype

Feature group Feature type Data type Available for node types Used by viewtypes
Syntactic Node String clause wg sentence syntax-view wg-view

Feature description

The clausetype feature provides information about the type of clauses within the a sentence.

Feature values

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

Notes

To find all sentence which are not nominalized, use the following snippet:

Query = '''
sentence 
   clausetype#nominalized
'''
Results = A.search(Query)

Source description

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


Browse all features by name, node type, data type, feature group or feature type.