tokenize
Split Estonian text into sentences and words to prepare it for linguistic analysis or downstream NLP tasks.
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 |