spell_check
Identify spelling errors in Estonian text and get correction suggestions for each misspelled word.
Instructions
Check Estonian spelling for each word and optionally return suggestions.
Returns one entry per word with text, spelling (bool), and
suggestions (list of correction candidates) when suggestions=True.
Input is capped at 100,000 characters.
CAVEAT: Vabamorf accepts ANY morphologically well-formed word,
including compounds you just invented (e.g. toortõlkeoht) — it
splits them into valid roots and reports spelling: true. So passing
spell_check does NOT mean a word is real, attested Estonian. For a
coined or unusual compound, confirm it with check_compound_familiarity
before trusting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to spell-check. | |
| suggestions | No | Include correction suggestions for misspelled words. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |