Corpus according to default operations.
This helper function groups all standard preprocessing steps such that the usage of the
package is more convenient. The result is a document-term matrix.toDocumentTermMatrix(x, language = "english", minWordLength = 3,
sparsity = NULL, removeStopwords = TRUE, weighting = function(x)
tm::weightTfIdf(x, normalize = FALSE))Corpus object which should be processedNULL in order surpress this functionality.DocumentTermMatrixDocumentTermMatrix for the underlying class