R/data.R

#' Universal Declaration of Human Rights
#'
#' Data frame containing the 30 Articles in the United Nations'
#' Universal Declaration of Human Rights, ratified on 10 December 1948
#' in Paris, France.
#'
#' @name un
#' @docType data
#' @references \url{https://www.un.org/en/universal-declaration-human-rights/}
#' @keywords data
NULL

#' Most frequent English words
#'
#' A dataset of the 150k most frequently used English words, extracted by
#' Peter Norvig from the Google Web Trillion Word Corpus. Frequencies are
#' multiplied by 100.
#'
#' @name word_frequency
#' @docType data
#' @references \url{https://norvig.com/ngrams/}
#' @keywords data
NULL

Try the cleanNLP package in your browser

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

cleanNLP documentation built on Nov. 17, 2023, 1:06 a.m.