syllabify
Splits Estonian words into syllables with quantity and accent for linguistic analysis.
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 |