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 mood
feature indicates the grammatical mood of a verb (word
node with feature cls=verb). This feature helps in understanding the mode of action expressed by the verb, whether it’s a command, a statement of fact, a possibility, etc.
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 |
---|---|---|
indicative |
Indicative (expresses an action being portrayed as real) | 15617 |
participle |
Participle (pseudo mood) | 6653 |
infinitive |
Infinitive (pseudo mood) | 2285 |
imperative |
Imperative (expresses a command) | 1877 |
subjunctive |
Subjunctive (expresses a probable or desired action) | 1856 |
optative |
Optative (expresses something is possible) | 69 |
<empty> | Any other wordtype than a verb | 109422 |
For subphrase
nodes (used in syntax-view
):
Value | Description | Frequency |
---|---|---|
indicative |
Indicative (expresses an action being portrayed as real) | 15617 |
participle |
Participle (pseudo mood) | 6653 |
infinitive |
Infinitive (pseudo mood) | 2285 |
imperative |
Imperative (expresses a command) | 1877 |
subjunctive |
Subjunctive (expresses a probable or desired action) | 1856 |
optative |
Optative (expresses something is possible) | 69 |
<empty> | Any other wordtype than a verb | 115176 |
For phrase
nodes (used in syntax-view
):
Value | Description | Frequency |
---|---|---|
indicative |
Indicative (expresses an action being portrayed as real) | 15245 |
participle |
Participle (pseudo mood) | 6320 |
infinitive |
Infinitive (pseudo mood) | 2228 |
subjunctive |
Subjunctive (expresses a probable or desired action) | 1832 |
imperative |
Imperative (expresses a command) | 1663 |
optative |
Optative (expresses something is possible) | 67 |
<empty> | Any other wordtype than a verb | 41652 |
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 (optional) XML attribute mood
of the tag w
(word).