Penn_Treebank_POS_tags
and Brown_POS_tags
provide,
respectively, the Penn Treebank POS tags
(http://www.comp.leeds.ac.uk/ccalas/tagsets/upenn.html)
and the POS tags used for
the Brown corpus
(http://www.comp.leeds.ac.uk/ccalas/tagsets/brown.html),
both as data
frames with the following variables:
- entry
a character vector with the POS tags
- description
a character vector with short descriptions of the
tags
- examples
a character vector with examples for the tags
Universal_POS_tags
provides the universal POS tagset introduced
by Slav Petrov, Dipanjan Das, and Ryan McDonald
(http://arxiv.org/abs/1104.2086), as a data frame with character
variables entry
and description
.
Universal_POS_tags_map
is a named list of mappings from
language and treebank specific POS tagsets to the universal POS tags,
with elements named en-ptb and en-brown giving the
mappings, respectively, for the Penn Treebank and Brown POS tags.