tokenize
Split Estonian text into sentences and words. Provide up to 100,000 characters and receive separate lists of sentences and words for easier text processing.
Instructions
Split Estonian text into sentences and words.
Returns a dict with sentences (list of strings) and words (list of strings).
Input is capped at 100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to split into sentences and words. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| words | No | ||
| sentences | No |