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()
quanteda/quanteda documentation built on Sept. 4, 2024, 7:56 p.m.