Skip to main content

sbx-eng-upos-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-eng-upos-treetagger (updated: 2021-03-24). [Analysis]. Enriched and distributed by Språkbanken. https://doi.org/10.23695/z9kz-7304
BibTeX Additional ways to cite the dataset.
Part-of-speech annotation with UD (universal dependency) tags for English translated from Penn part-of-speech tags

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: eng

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

Example output:

<token upos="NOUN">Language</token>
<token upos="VERB">is</token>
<token upos="DET">the</token>
<token upos="ADJ">human</token>
<token upos="NOUN">ability</token>
<token upos="PART">to</token>
<token upos="X">acquire</token>
<token upos="CONJ">and</token>
<token upos="X">use</token>
<token upos="ADJ">complex</token>
<token upos="NOUN">systems</token>
<token upos="ADP">of</token>
<token upos="NOUN">communication</token>
<token upos="X">.</token>

Other references