check_style
Analyze Estonian copy for common style issues: repetition, passive voice, sentence length monotony, and hedging. Get actionable metrics to improve writing clarity.
Instructions
Heuristic Estonian style metrics for newsletter / ad / email copy.
Returns four metrics that flag common writing issues, each with an Estonian-language summary line for quoting verbatim:
repetition: lemma-aware (so 'kasutab' and 'kasutamine' both count under 'kasutama'). Threshold scales with text length so short replies don't fire on natural repeats.
passive_voice: ratio of Estonian -takse/-ti/-tud/-tav forms over total verbs. Newsletter copy usually wants <15%.
sentence_length: mean, stddev, min, max in content words. Low stddev = monotonous rhythm.
hedging: density of hedging words (võib-olla, vist, pigem, ehk, ilmselt, …). >5% reads wishy-washy.
Phase-1 limitation: heuristic only. No detection of cliché phrases, weasel-words beyond the curated 15 lemmas, or genre-specific style drift. Input capped at 100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to compute style metrics for (repetition, passive voice, sentence length, hedging). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| text | No | ||
| hedging | No | ||
| repetition | No | ||
| passive_voice | No | ||
| sentence_length | No |