Annotering av BTB-TS ordklasser med TreeTagger för bulgariska
Standardreferens
Helmut Schmid (1995): Improvements in Part-of-Speech Tagging with an Application to German. Proceedings of the ACL SIGDAT-Workshop. Dublin, Ireland.
Analyscitering
Språkbanken (2021). sbx-bul-pos-treetagger (uppdaterad: 2021-03-24). [Analysis]. Bearbetad och distribuerad av Språkbanken. https://doi.org/10.23695/ywgx-zp76
Exempel
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.pos # Part-of-speeches from TreeTagger
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 pos="Ncmsf">Езѝкът</token>
<token pos="Vxitf-r3s">е</token>
<token pos="Ncfsi">система</token>
<token pos="R">от</token>
<token pos="Ncmpi">знаци</token>
<token pos="R">за</token>
<token pos="Ncnsi">кодиране</token>
<token pos="Cp">и</token>
<token pos="Ncnsi">декодиране</token>
<token pos="R">на</token>
<token pos="Ncfsi">информация</token>
<token pos="PT_SENT">.</token>
Övriga referenser
Helmut Schmid (1994): Probabilistic Part-of-Speech Tagging Using Decision Trees. Proceedings of International Conference on New Methods in Language Processing, Manchester, UK.