syllabify
Split any Estonian word into its syllables, complete with quantity and accent marks, for accurate phonetic analysis and pronunciation guidance.
Instructions
Split a single Estonian word into syllables with quantity and accent.
Each syllable entry: {"syllable": str, "quantity": int, "accent": int}.
Input is capped at 200 characters and must contain no whitespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | A single Estonian word (no whitespace) to split into syllables. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |