---
title: "initWithMorphology:"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsinflectionruleexplicit/initwithmorphology:"
---

# initWithMorphology:

Creates an inflection rule with the given morphology.

## Declaration

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

## Parameters

- `morphology`: The morphology this rule applies when inflecting.

## Return Value

Return Value An inflection rule that uses the given morphology.

## See Also

### Creating an Explicit Inflection Rule

- [NSMorphology](foundation/nsmorphology.md)
