Closed ablaette closed 1 year ago
If the input vector to get_region_matrix() includes negative values, arbitrary regions are returned. See the following example.
get_region_matrix()
library(RcppCWB) library(polmineR) use("GermaParl2") RcppCWB::get_region_matrix( corpus = "GERMAPARL2", registry = RcppCWB::corpus_registry_dir("GERMAPARL2"), s_attribute = "ne", strucs = c(-1, 1:3) )
If the input vector to
get_region_matrix()
includes negative values, arbitrary regions are returned. See the following example.