Description Usage Arguments Details
View source: R/tokenizar_corpus.R
Función que tokeniza un corpus y quita stopwords
1 2 | tokenizar_corpus(corp_tmln= corpus_twitter
stopwords_pers= c("una","palabra","otra"))
|
corp_tmln |
Corpus que será tokenizado |
stopword_pers |
Vettor de stopwords personalizadas para filtrar |
Genera un objeto tokens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.