paradigm
Generate all inflected forms for an Estonian word, including cases, tenses, and moods. Resolves ambiguous words by selecting the correct inflection pattern.
Instructions
Generate the full inflection paradigm for an Estonian word.
For nominals (nouns, adjectives, pronouns, cardinals, ordinals,
comparatives, superlatives): produces all 14 cases × 2 numbers = up to
28 forms. For verbs: produces infinitives, present/past/conditional
indicative, imperative, and participles (~30 forms). Other parts of
speech (adverbs, conjunctions, particles) don't inflect, so forms is
empty.
Each form entry has the Vabamorf form code (e.g. sg p, ksin),
its Estonian label (e.g. ainsuse osastav, tingiv 1.p ainsus),
and the surface form Vabamorf generated. Use form_estonian verbatim
in Estonian replies — don't translate the English form code.
AMBIGUOUS LEMMAS. Some lemmas belong to more than one inflection type
(kott inflects as either koti or kota, two different words that
share a nominative). forms is then one internally consistent
paradigm, paradigm_key names it by its singular genitive,
paradigm_count says how many exist, and the rest are in
other_paradigms. Read ambiguity_estonian before quoting a form.
Pass an inflected form (koti) rather than the bare lemma when you
know which word you mean: that selects the paradigm exactly.
Phase-1 scope: covers the most commonly-needed forms per word class, not every theoretical form Vabamorf can produce. Single-word input, capped at 200 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | A single Estonian word (lemma or inflected form) to generate the full paradigm for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| forms | No | ||
| input | No | ||
| lemma | No | ||
| invariant | No | ||
| word_class | No | ||
| paradigm_key | No | ||
| partofspeech | No | ||
| paradigm_count | No | ||
| other_paradigms | No | ||
| reading_estonian | No | ||
| summary_estonian | No | ||
| ambiguity_estonian | No | ||
| invariant_estonian | No | ||
| word_class_estonian | No | ||
| partofspeech_estonian | No | ||
| ranked_by_corpus_frequency | No |