Contents

InflectionRule.explicit(_:)

An inflection rule that uses a morphology instance to determine how to inflect attribued strings.

Declaration

case explicit(Morphology)

Parameters

  • Morphology:

    The Morphology instance to use when applying this rule.

See Also

Inflection Rule Behaviors