#' Stopwords List of Python's NLTK Library (augmented)
#'
#' A dataset containing a character vector of stopwords based on Python's \code{NLTK} library augmented by Michail Kalinskiy using
#' filtered \code{stopwords-ru} list.
#'
#' @docType data
#' @name sw_nltk_ru
#' @usage data(sw_nltk_ru)
#' @keywords datasets
#'
#' @format A character vector with \Sexpr{length(rulexicon::sw_nltk_ru)} elements.
#'
#' @section License:
#' The Python's NLTK library and JavaScript's stopwords-iso NPM package stopwords lists are published under MIT License.
#'
#' @references
#' Python's NLTK library \code{stopwords} list: \url{https://github.com/mitmedialab/DataBasic/blob/master/nltk_data/corpora/stopwords/russian}
#'
#' JavaScript's \code{stopwords-iso} NPM package stopwords list: \url{https://github.com/stopwords-iso/stopwords-ru}
#'
#' Filtered by Michail Kalinskiy version of JavaScript's \code{stopwords-iso} NPM package stopwords list:
#' \url{https://dev.kmint21.info/posts/python-summa}
#'
#' @source Complex source, see References
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.