init(pronoun:morphology:dependentMorphology:)
Creates a pronoun with the specified name, morphology, and dependent morphology.
Declaration
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.