check_numbers
Detects decimal comma usage and thousands space errors in Estonian number formatting, ensuring compliance with EKI rules.
Instructions
Heuristic Estonian number-writing check.
Flags two clear-cut cases per EKI Reeglid:
Decimal separator: Estonian uses a comma (3,14), not a period (3.14).
Thousands separator: Estonian uses a space (1 000 000), not a comma (1,000,000).
Phase-1 limitations: spell-out-vs-digits guidance (the one-to-ten-spelled-out convention) is intentionally not implemented — it requires distinguishing measurements, dates, years, and lists from running prose, and naive flagging produces too many false positives. Input capped at 100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to check for number-formatting (decimal comma, thousands space). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| text | No | ||
| issues | No | ||
| summary_estonian | No |