# NOT RUN {
use("polmineR.sampleCorpus")
options("polmineR.meta" = "text_date")
merkel <- partition(
"PLPRBTTXT",
text_date="2009-11-10", text_name="Angela Dorothea Merkel",
type="plpr"
)
read(merkel, meta=c("text_name", "text_date"))
read(
merkel,
highlight = list(yellow=c("Deutschland", "Bundesrepublik"), lightgreen="Regierung"),
meta = c("text_name", "text_date")
)
all <- partition("PLPRBTTXT", list(text_id=".*"), regex=TRUE, type="plpr")
speeches <- as.speeches(
all, sAttributeDates = "text_date", sAttributeNames = "text_name", gap = 500
)
read(speeches, meta = c("text_date", "text_name"))
migVocab <- count(speeches, query=c("Migration", "Integration", "Zuwanderung"))
read(migVocab, col="Integration", partitionBundle=speeches)
# }
Run the code above in your browser using DataLab