R/sw_fry_1000.R

#' Fry's 1000 Most Commonly Used English Words
#'
#' A stopword list containing a character vector of stopwords.
#'
#' @details Fry's 1000 Word List makes up 90\% of all printed text.
#'
#' @docType data
#' @keywords datasets
#' @name sw_fry_1000
#' @usage data(sw_fry_1000)
#' @format A character vector with 1000 elements
#' @references Fry, E. B. (1997). Fry 1000 instant words. Lincolnwood, IL:
#' Contemporary Books.
NULL

Try the lexicon package in your browser

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

lexicon documentation built on May 2, 2019, 1:42 p.m.