powered by
metadoc(corp, field = NULL)metadoc(corp, field = NULL) <- value
metadoc(corp, field = NULL) <- value
texts
For texts <-, the corpus with the updated texts.
texts <-
mycorp <- subset(inaugCorpus, Year>1990) summary(mycorp, showmeta=TRUE) metadoc(mycorp, "encoding") <- "UTF-8" metadoc(mycorp) metadoc(mycorp, "language") <- "english" summary(mycorp, showmeta=TRUE)
Run the code above in your browser using DataLab