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: morhp

Feature group Feature type Data type Available for node types Used in viewtypes
Morphological Node String word subphrase phrase syntax-view wg-view

Feature description

The morph feature provides the morphological tag according to Sandborg-Petersen morphology. This feature helps in understanding the morphological properties of words, such as their part of speech, tense, mood, voice, case, gender, and number.

This feature is also populated for phrase or subphrase, but only if they consist of just one word node.

Feature values

Morphological tag according to Sandborg-Petersen morphology.

Some examples:

Notes

For detailed information on how to decode the feature values, see biblicalhumanities/Nestle1904/morph/parsing.txt.

This feature enables selection based on a wide range of grammatical properties. For example, to find all Attic words, you can use the following snippet, which utilizes a regular expression:

Query = '''
word
   morph~-ATT$
'''
Results = A.search(Query)  # this yealds 117 results

The morphological tag also provides indication of some Hebrew and Aramaic words. See also notes section of feature ‘lang’.

Source description

This feature is derived from the XML attribute morph of the tag w (word).


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