R/data_miniszterelnokok.R

#' Speeches of Hungarian Prime Ministers (sample)
#'
#' The sample contains 7 randomly sampled speeches from the Hungarian Prime Ministers after the 1989 democraticization. It is used in the 7th chapter of the textbook (https://tankonyv.poltextlab.com/lda-ch.html).
#'
#' @format It is a `data.frame`, with 7 observation, 4 variables:
#' \describe{
#'    \item{doc_id}{A unique document id}
#'    \item{text}{The speech text}
#'    \item{year}{Year of the speech}
#'    \item{pm}{Name of the Prime Minister}
#' }
#' @source \url{https://cap.tk.hu/en/dataoverview}
"data_miniszterelnokok"
poltextlab/HunMineR documentation built on Sept. 28, 2024, 4:31 a.m.