Text-Fabric dataset of the Greek New Testament, based on the Nestle 1904 (7th printing) edition.
About this dataset| Feature group | Feature type | Data type | Available for node types | Used in viewtypes |
|---|---|---|---|---|
Morphological |
Node |
String |
word subphrase phrase |
syntax-view wg-view |
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.
Morphological tag according to Sandborg-Petersen morphology.
Some examples:
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’.
This feature is derived from the XML attribute morph of the tag w (word).