R/nma_words.R

#' English negators, modals, and adverbs
#'
#' English negators, modals, and adverbs, as a data frame. A few of these
#' entries are two-word phrases instead of single words.
#'
#' @format A data frame with 44 rows and 2 variables:
#' \describe{
#'  \item{word}{An English word or bigram}
#'  \item{modifier}{The modifier type for `word`, either "negator",
#'  "modal", or "adverb"}
#'  }
#'
#' @source <http://saifmohammad.com/WebPages/SCL.html#NMA>
"nma_words"

Try the tidytext package in your browser

Any scripts or data that you put into this service are public.

tidytext documentation built on Jan. 8, 2023, 1:12 a.m.