R/OBJECT_schimpfwoerter.R

#' List of profane words (Schimpfwörter) in German
#' 
#' @description Schimpfwoerter collection, potentially useful for spam or hate detection. Attention: explicit content. 
#'
#' @docType data
#'
#' @usage data(schimpfwoerter)
#'
#' @format A data frame containing 1 variable and approx. 6000 rows
#' \describe{
#'   \item{word}{Character. Profane word}

#' }
#' @source insult.wiki, \url{https://www.insult.wiki/}. Licenced under CCO.

"schimpfwoerter"
sebastiansauer/pradadata documentation built on Nov. 6, 2023, 11:32 a.m.