R/stop_words.dictionary.R

#Stop Words Dictionary---
#' Stop Words Dictionary
#'
#' A selection of stop words that can be removed from semantic responses (\emph{n} = 56)
#' 
#' To add additional animals to the dictionary, please make an
#' appendix dictionary (\code{\link[SemNetDictionaries]{append.dictionary}})
#' 
#' @name stop_words.dictionary
#' 
#' @docType data
#' 
#' @usage data(stop_words.dictionary)
#' 
#' @format stop_words.dictionary (vector, length = 56)
#' 
#' @keywords datasets
#' 
#' @examples 
#' data("stop_words.dictionary")
NULL
#----
AlexChristensen/SemNetDictionaries documentation built on Feb. 15, 2022, 2:30 p.m.