R/stopwords.R

#' Middle English stopwords.
#'
#' A dataset containing Middle English stopwords.
#' 
#' @format A \link[tibble]{tibble} with 295 rows and 2 variables:
#' \describe{
#'   \item{word}{ term}
#'   \item{lexicon}{ Middle English}
#' }
#' 
#' @source \href{https://github.com/cltk/cltk/blob/da1b58838005a76c7f7ce239b23b17f4447df1d2/cltk/stop/old_english/stops.py}{Classical Language Toolkit}
"middle_english_stopwords"
JohnCoene/sacred documentation built on May 21, 2019, 9:22 a.m.