Usage
# S4 method for partition
context(.Object, query, cqp = is.cqp,
left = getOption("polmineR.left"), right = getOption("polmineR.right"),
p_attribute = getOption("polmineR.p_attribute"), s_attribute = NULL,
stoplist = NULL, positivelist = NULL, regex = FALSE, count = TRUE,
mc = getOption("polmineR.mc"), verbose = TRUE, progress = TRUE, ...)# S4 method for character
context(.Object, query, cqp = is.cqp,
p_attribute = getOption("polmineR.p_attribute"), s_attribute = NULL,
left = getOption("polmineR.left"), right = getOption("polmineR.right"),
stoplist = NULL, positivelist = NULL, regex = FALSE, count = TRUE,
mc = getOption("polmineR.mc"), verbose = TRUE, progress = TRUE, ...)
# S4 method for partition_bundle
context(.Object, query, p_attribute,
verbose = TRUE, ...)
# S4 method for cooccurrences
context(.Object, query, complete = FALSE)
# S4 method for Corpus
cooccurrences(.Object, query,
p_attribute = getOption("polmineR.p_attribute"), ...)