check_object_case
Check Estonian text for incorrect direct object case after negation or partitive-governing verbs. Flags nominative/genitive nouns that should be in partitive.
Instructions
Heuristic Estonian object-case-government check.
Catches the single biggest class of confidently-wrong Estonian that AI agents produce: direct objects in the wrong case after negation or after partitive-governing verbs.
Two rules in phase 1:
Negation → partitive: any sentence containing 'ei', 'pole', 'ära', 'ärge', 'ärgu', 'ärgem', or 'mitte' must have direct objects in partitive. Flags nominative / genitive nouns.
Partitive-only verbs: the verbs
armastama,vihkama,vajama,soovima,ootama,austama,kartma,puudutama,tundmaalways take partitive direct objects. Flags any noun in nominative/genitive in the same sentence.
Phase-1 limitation: no syntactic parser, so we can't perfectly distinguish subject from object. Subjects in negation/partitive-verb sentences may be flagged as false positives. Treat hits as "worth a second look", not authoritative. Proper nouns are skipped. Input capped at 100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to check for direct-object case errors under negation and partitive-governing verbs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| text | No | ||
| issues | No | ||
| summary_estonian | No |