parse_morphology
Decode Greek (Robinson) and Hebrew (Westminster) morphology codes into complete grammatical breakdowns covering part of speech, person, number, tense, voice, mood, case, and gender.
Instructions
Explain a morphological/grammatical parsing code.
For Greek: Robinson codes (e.g., 'V-AAI-3S' = Verb, Aorist, Active, Indicative, 3rd person, Singular) For Hebrew: Westminster/OpenScriptures codes
Returns full grammatical explanation including part of speech, person, number, tense, voice, mood, case, and gender where applicable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Morphology code to parse (e.g., 'V-AAI-3S', 'N-GSF') | |
| language | No | Language of the code. Default: greek |