Part-of-speech annotation with UD (universal dependency) tags for Bulgarian translated from BTB-TS
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-bul-upos-treetagger (updated: 2021-03-24). [Analysis]. Enriched and distributed by Språkbanken. https://doi.org/10.23695/cmxk-7v67
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: bul
For more info on how to use Sparv, check out the Sparv documentation.
Example output:
<token upos="NOUN">Езѝкът</token>
<token upos="AUX">е</token>
<token upos="NOUN">система</token>
<token upos="ADP">от</token>
<token upos="NOUN">знаци</token>
<token upos="ADP">за</token>
<token upos="NOUN">кодиране</token>
<token upos="X">и</token>
<token upos="NOUN">декодиране</token>
<token upos="ADP">на</token>
<token upos="NOUN">информация</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.