check_hyphenation
Identify safe hyphenation points in Estonian words for line-breaking, preventing orphaned characters at line edges.
Instructions
Return safe line-break positions for an Estonian word (poolitamine).
Different from syllabify (which is phonological): this returns
character offsets where a typesetter can legally break the word
across lines. Applies the no-orphan-edge rule (don't leave fewer
than 2 characters before or after the break point).
Phase-1 limitation: pure syllable-boundary based. Compound-boundary
preference (Estonian poolitamine prefers kooli-maja over
koo-limaja) is not yet applied. Input must be a single word with
no whitespace, capped at 200 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | A single Estonian word (no whitespace) to find safe line-break positions for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| word | No | ||
| breaks | No | ||
| preferred | No | ||
| syllable_count | No | ||
| summary_estonian | No |