Skip to main content

sbx-ita-pos-treetagger

Standard reference Information

Helmut Schmid (1995): Improvements in Part-of-Speech Tagging with an Application to German. Proceedings of the ACL SIGDAT-Workshop. Dublin, Ireland.

Analysis citation Information

Språkbanken (2021). sbx-ita-pos-treetagger (updated: 2021-03-24). [Analysis]. Enriched and distributed by Språkbanken. https://doi.org/10.23695/weyn-yd66
BibTeX Additional ways to cite the dataset.
Italian part-of-speech annotation by TreeTagger

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.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: ita

For more info on how to use Sparv, check out the Sparv documentation.

Example output:

<token pos="DET:def">Il</token>
<token pos="NOM">linguaggio</token>
<token pos="ADJ">umano</token>
<token pos="VER:pres">è</token>
<token pos="DET:def">la</token>
<token pos="NOM">capacità</token>
<token pos="NOM">dell</token>
<token pos="PON">'</token>
<token pos="NOM">Uomo</token>
<token pos="PRE">di</token>
<token pos="VER:infi">comunicare</token>
<token pos="PRE">per</token>
<token pos="NOM">mezzo</token>
<token pos="PRE">di</token>
<token pos="DET:indef">un</token>
<token pos="NOM">codice</token>
<token pos="ADJ">complesso</token>
<token pos="PON">,</token>
<token pos="ADV">cioè</token>
<token pos="DET:indef">una</token>
<token pos="NOM">lingua</token>
<token pos="SENT">.</token>

Other references