# NOT RUN {
use("polmineR")
bt <- partition("GERMAPARLMINI", def = list(date = ".*"), regex=TRUE)
kwic(bt, "Integration")
kwic(bt, "Integration", left = 20, right = 20, meta = c("date", "speaker", "party"))
kwic(
bt, '"Integration" [] "(Menschen|Migrant.*|Personen)"',
left = 20, right = 20,
meta = c("date", "speaker", "party")
)
# }
Run the code above in your browser using DataLab