# NOT RUN {
use("europarl.en")
Ps <- partitionBundle(
"EUROPARL-EN", sAttribute = "text_year",
values = sAttributes("EUROPARL-EN", "text_year")
)
Cs <- cooccurrences(Ps, query = "Europe", cqp = FALSE, verbose = FALSE, progress = TRUE)
dt <- as.data.table(Cs, col = "ll")
m <- as.matrix(Cs, col = "ll")
# }
Run the code above in your browser using DataLab