R/data_petofi.R

#' Collected works of Sándor Petőfi
#'
#' The data contains the collected works of the famous Hungarian poet, Sándor Petőfi. It contains all of his works, without any cleaning or preprocessing.
#'
#' @format It is a `data.frame`, with 1 observation, 2 variables:
#' \describe{
#'    \item{doc_id}{Doc id variable for easier input into quanteda}
#'    \item{text}{The unprocessed combined works of Sándor Petőfi. All of the documents are contained as one observation (row).}
#' }
#'
"data_petofi"
aakosm/HunMineR documentation built on Sept. 27, 2024, 5:22 p.m.