---
title: "init(pronoun:morphology:dependentMorphology:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/morphology/pronoun/init(pronoun:morphology:dependentmorphology:)"
---

# init(pronoun:morphology:dependentMorphology:)

Creates a pronoun with the specified name, morphology, and dependent morphology.

## Declaration

```swift
init(pronoun: String, morphology: Morphology, dependentMorphology: Morphology? = nil)
```

## Parameters

- `pronoun`: The name to use for the pronoun.
- `morphology`: The grammatical properties associated with the pronoun.
- `dependentMorphology`: The dependent grammatical properties associated with the pronoun.
