named_entities
Extract persons, locations, and organizations from Estonian text using a CRF model. Returns entities with text, type, start, and end positions.
Instructions
Extract named entities (PER/LOC/ORG) using EstNLTK's CRF model.
Returns [{"text": ..., "type": ..., "start": ..., "end": ...}, ...].
Input is capped at 100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to extract named entities (people, places, organisations) from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |