lemmatize
Reduce Estonian text to dictionary-form lemmas for each word. Get a structured word-lemma list to support morphological analysis and normalized text processing.
Instructions
Return lemma (dictionary form) for each word in the text.
Concise output: [{"word": ..., "lemma": ...}, ...]. Input is capped at
100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to reduce to dictionary-form lemmas. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |