pos_tag
Assigns a part-of-speech tag to each word in Estonian text, using tags for nouns, verbs, adjectives, and other categories.
Instructions
Return part-of-speech tag for each word.
POS tag set: S=noun, V=verb, A=adj, P=pron, D=adv, K=adp, J=conj, N=numeral, I=interj, Y=abbrev, X=foreign, Z=punct, etc. Input is capped at 100,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Estonian text to part-of-speech tag. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |