Contents

initWithMorphology:

Creates an inflection rule with the given morphology.

Declaration

- (instancetype) initWithMorphology:(NSMorphology *) morphology;

Parameters

  • morphology:

    The morphology this rule applies when inflecting.

Return Value

An inflection rule that uses the given morphology.

See Also

Creating an Explicit Inflection Rule