cooccurrences(.Object, ...)# S4 method for character
cooccurrences(.Object, query = NULL, cqp = is.cqp,
pAttribute = getOption("polmineR.pAttribute"), sAttribute = NULL,
left = getOption("polmineR.left"), right = getOption("polmineR.right"),
stoplist = NULL, positivelist = NULL, keep = NULL, cpos = NULL,
method = "ll", mc = getOption("polmineR.mc"), verbose = FALSE,
progress = FALSE)
# S4 method for partition
cooccurrences(.Object, query, cqp = is.cqp,
left = getOption("polmineR.left"), right = getOption("polmineR.right"),
pAttribute = getOption("polmineR.pAttribute"), sAttribute = NULL,
stoplist = NULL, positivelist = NULL, keep = NULL, method = "ll",
mc = FALSE, progress = TRUE, verbose = FALSE, ...)
# S4 method for context
cooccurrences(.Object, method = "ll", verbose = FALSE)
# S4 method for partitionBundle
cooccurrences(.Object, query,
mc = getOption("polmineR.mc"), ...)