R/data.R

#' The Danish Parliament Corpus- working year of 2009/2010
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2009-2010.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2009)
"corpus_2009"


#' The Danish Parliament Corpus- working year of 2010/2011
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2010-2011.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2010)
"corpus_2010"


#' The Danish Parliament Corpus- working year of 2011/2012
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2011-2012.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2011)
"corpus_2011"


#' The Danish Parliament Corpus- working year of 2012/2013
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2012-2013.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2012)
"corpus_2012"


#' The Danish Parliament Corpus- working year of 2013/2014
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2013-2014.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2013)
"corpus_2013"


#' The Danish Parliament Corpus- working year of 2014/2015
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2014-2015.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2014)
"corpus_2014"


#' The Danish Parliament Corpus- working year of 2015/2016
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2015-2016.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2015)
"corpus_2015"



#' The Danish Parliament Corpus- working year of 2016/2017
#'
#' @description  The Danish Parliament Corpus contains Hansards
#' (transcripts of parliamentary speeches) from the sittings in the Chamber of the
#'  Danish Parliament, Folketinget. This corpus provide the the data of transcript for
#'  year 2016-2017.
#'
#' Time zone: Europe/Copenhagen
#'
#' @source \url{https://repository.clarin.dk/repository/xmlui/handle/20.500.12115/8}, downloaded 2020-07-06
#' @format A data frame with columns:
#' \describe{
#'  \item{MeetingId}{Item number for each lego set}
#'  \item{Mødenummer}{Name of set}
#'  \item{Sagstype}{Year set was manufactured}
#'  \item{Starttid}{Theme of set}
#'  \item{Sluttid}{Theme of set}
#'  \item{Navn}{Theme of set}
#'  \item{Parti}{Subtheme of set. Sets with no subtheme have an empty string
#'    \code{""} for subtheme.}
#'  \item{Rolle}{Number of minifigures in set. The vast majority of sets
#'    with \code{NA} minifigures contain zero minifigures, however there
#'    are a few exceptions.}
#'  \item{Tekst}{URL to an image of the set}
#' }
#' @examples
#' data(corpus_2016)
"corpus_2016"
Peymankor/danparcorpR documentation built on July 26, 2020, 7:20 a.m.