
A coerce-method is available to coerce a partition
object to a
regions
object.
as.regions(x)# S4 method for regions
as.data.table(x, values = NULL)
object of class regions
values to assign to a column that will be added
cpos
a two-column data.table
that will include a "cpos_left" and "cpos_right" column
corpus
the CWB corpus (character vector length 1)
encoding
the encoding of the CWB corpus (character vector length 1)
# NOT RUN {
use("polmineR")
P <- partition("GERMAPARLMINI", date = "2009-11-12", speaker = "Jens Spahn")
R <- as.regions(P)
# }
Run the code above in your browser using DataLab