docs/articles/design.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ---- eval=FALSE---------------------------------------------------------
#  mydfm <- texts(mycorpus, group = "party") %>%
#      char_tolower() %>%
#      tokens() %>%
#      tokens_wordstem() %>%
#      tokens_remove(stopwords("english")) %>%
#      dfm()
koheiw/quanteda.core documentation built on Sept. 21, 2020, 3:44 p.m.