R/data.R

#' Positional Tags
#'
#' Reference of Czech HM Morphology
#'
#' @format A list with 13 data.frames each containing value and description of
#'         positional tags
#' \describe{
#'   \item{POS}{Part of Speech}
#'   \item{SUBPOS}{Detailed Part of Speech}
#'   \item{GENDER}{Gender}
#'   ...
#' }
#' @source \url{https://ufal.mff.cuni.cz/pdt/Morphology_and_Tagging/Doc/hmptagqr.html}
"TAGS"


#' Positional Tags - Penn Treebank Project
#'
#' Reference of Penn Treebank Project Part of Speech tags
#'
#' @format data.frame of 36 rows and 2 variables
#' \describe{
#'   \item{Value}{Part of Speech tag}
#'   \item{Description}{Description of the tag}
#' }
#' @source \url{http://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html}
"TAGS_EN"
skvrnami/rmorphodita documentation built on Dec. 23, 2021, 3:24 a.m.