Part-of-speech annotation with UD (universal dependency) tags for Slovak translated from TreeTagger's part-of-speech tags
Standard reference
Helmut Schmid (1995): Improvements in Part-of-Speech Tagging with an Application to German. Proceedings of the ACL SIGDAT-Workshop. Dublin, Ireland.
Analysis citation
Språkbanken (2021). sbx-slk-upos-treetagger (updated: 2021-03-24). [Analysis]. Enriched and distributed by Språkbanken. https://doi.org/10.23695/gnzj-nd11
Example
This analysis is used with Sparv. Check out Sparv's quick start guide to get started!
To use this analysis, add the following line under export.annotations in the Sparv corpus configuration file:
- <token>:treetagger.upos # Part-of-speeches in UD
In order to use this annotation you need to add the following setting to your Sparv corpus configuration file:
metadata:
language: slk
For more info on how to use Sparv, check out the Sparv documentation.
Example output:
<token upos="PRON">Jeho</token>
<token upos="ADJ">praktickou</token>
<token upos="NOUN">realizáciou</token>
<token upos="VERB">je</token>
<token upos="NOUN">reč</token>
<token upos="PUNCT">.</token>
Other references
Helmut Schmid (1994): Probabilistic Part-of-Speech Tagging Using Decision Trees. Proceedings of International Conference on New Methods in Language Processing, Manchester, UK.