decline_noun_de: Decline a German noun

decline_noun_deR Documentation

Decline a German noun

Description

Note that this function is far from covering all grammatical possibilities. I.a. it currently doesn't support the special cases where a masculine noun gets an n or en ending attached in the accusative, dative and genitive cases.

Usage

decline_noun_de(
  noun,
  gender = c("feminine", "masculine", "neuter"),
  case = c("nominative", "genitive", "dative", "accusative"),
  is_plural = FALSE
)

Arguments

noun

The noun to decline, optionally with preceding adjective(s), in (indefinite) nominative. A character scalar.

gender

The grammatical gender of the noun.

case

The grammatical case of the noun.

is_plural

Whether or not noun is a plural.

Value

A character scalar.

See Also

Other spoken language functions: add_definite_article_de(), definite_article_de(), definite_article_de_declined(), n_ify(), prettify_date(), prettify_datetime(), rank_nr(), write_out_n()


salim-b/salim documentation built on April 12, 2024, 7:57 p.m.