powered by
DataframeSource(object, encoding = "UTF-8")
DataframeSource
Source
DataframeSource-class
docs <- data.frame(docs = c("This is a text.", "This another one.")) (ds <- DataframeSource(docs)) inspect(Corpus(ds))
Run the code above in your browser using DataLab