check_compounds
Detects incorrectly split Estonian compound words in text, flagging common AI errors like 'kooli maja' instead of 'koolimaja'.
Instructions
Heuristic Estonian compound-word check (liitsõnaõigekiri).
Scans for common AI-generated splits of words that should be written
as a single compound — kooli maja (wrong) → koolimaja (right),
nädala vahetus (wrong) → nädalavahetus (right), etc. Uses a
curated bigram lexicon (~30 entries covering the highest-frequency
AI mistakes); not a full liitsõnaõigekiri solver.
Phase-1 limitations: only catches the bigrams in the lexicon. Estonian compounding is highly productive and most valid compounds aren't enumerated here. Treat hits as high-confidence; absence of hits does not prove the compound writing is correct everywhere. Input capped at 100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to check for wrongly split compound words. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| text | No | ||
| issues | No | ||
| summary_estonian | No |