|
Type or paste a Ukrainian text into the input box above.
Select a POS analyzer from the left column, then click the "Go" button.
| Example Ukrainian Text for POS Analysis |
⬆️ |
Ніч на середу буде морозною.
Чим кращі книги ти читав, тим гірше спиш.
Найстаріші ґудзики, відомі людству, археологи знайшли в долині ріки Інд.
Слов'янське слово «Україна» вперше згадується у Київському літописному зводі за Іпатіївським списком під 1187 роком.
Де у Києві найсмачніша кава?
Від Нижнього озера довгими дерев’яними сходами, над якими синьо й біло горіли маленькі коробочки-ліхтарики, підіймалися до нього двоє стовусів: найкращий друг Вертутій і його дванадцятилітній онук Чублик.
Китайський космічний зонд "Чан'е-4" вперше в історії здійснив м'яку посадку на зворотному боці Місяця.
Коли до губ твоїх лишається півподиху, коли до губ твоїх лишається півкроку – зіниці твої виткані із подиву, в очах у тебе синьо і широко.
Дорогу сестру збираю у дорогу, а брати вирішили не брати машину.
A part of speech is a category that describes the role a word plays in a sentence.
Improving Ukrainian language learning using Part-of-Speech (POS) tagging involves leveraging syntactic and morphological information to understand sentence structure, disambiguate word meanings, and master inflectional rules.
- Ukrainian Part-of-Speech
-
UPOS of Ukrainian
UPOS (Universal POS) is a Coarse-grained and simplified tag that work consistently across all languages. They are shown in the following format.
Headword lemma UPOS DEP 👤NER
-
XPOS of Ukrainian
XPOS (Detailed POS) is a Fine-Grained tag specific to the Ukrainian language and the Ukrainian training data. They are shown in the following format.
Headword lemma XPOS DEP 👤NER
Headword : Headwords are displayed in bold.
lemma : The dictionary form or "root" of a Ukrainian word. It removes grammatical variations. The lemma is only displayed if the headword is not equal to the lemma.
UPOS : Universal Part-of-Speech. A coarse-grained, standardized tag (like NOUN, VERB, or ADJ) designed to work across all human languages. See examples
XPOS : Language-Specific Part-of-Speech. A fine-grained tag specific to a particular Ukrainian language’s grammar (e.g., distinguishing a plural noun from a singular noun, etc). See examples
DEP : Dependency. The grammatical relationship between words. It shows how words depend on one another, such as identifying which word is the subject (nsubj) or the direct object (obj). See examples
👤NER : Named Entity Recognition. The identification of ""real-world"" entities within the text, such as People (PER), Locations (GPE), Organizations (ORG), or Dates. See examples
|