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 |
---|---|---|---|---|
Morphological |
Node |
String |
word subphrase phrase |
syntax-view wg-view |
The person
feature indicates the grammatical person of a verb (word
node with the feature cls=verb). This feature helps in identifying whether the verb is in the first, second, or third person. This feature follows BHSA nomenclature for feature ps.
This feature is also populated for phrase
or subphrase
, but only if they consist of just one word
node.
For word
nodes (used in syntax-view
and wg-view
):
Value | Description | Frequency |
---|---|---|
p1 |
First person (either singular or plural) | 2943 |
p2 |
Second person (either singular or plural) | 3729 |
p3 |
Third person (either singular or plural) | 12747 |
<empty> | Empty for any wordtypes other than verb | 118360 |
For phrase
nodes (used in syntax-view
):
Value | Description | Frequency |
---|---|---|
p1 |
First person (either singular or plural) | 2886 |
p2 |
Second person (either singular or plural) | 3447 |
p3 |
Third person (either singular or plural) | 12474 |
<empty> | Empty for any wordtypes other than verb | 50200 |
For subphrase
nodes (used in syntax-view
):
Value | Description | Frequency |
---|---|---|
p1 |
First person (either singular or plural) | 2943 |
p2 |
Second person (either singular or plural) | 3729 |
p3 |
Third person (either singular or plural) | 12747 |
<empty> | Empty for any wordtypes other than verb | 115566 |
The following features provide ready access to eight morphological properties:
The feature morph provides the morphological tag, which condenses various details such as part of speech and the above listed morphological characteristics.
This feature is derived from the XML attribute person
of the tag w
(word).