countWords(
x,
aggregate = NULL,
removeStopwords = TRUE,
language = "english",
...
)# S3 method for Corpus
countWords(
x,
aggregate = NULL,
removeStopwords = TRUE,
language = "english",
...
)
# S3 method for character
countWords(
x,
aggregate = NULL,
removeStopwords = TRUE,
language = "english",
...
)
# S3 method for data.frame
countWords(
x,
aggregate = NULL,
removeStopwords = TRUE,
language = "english",
...
)
# S3 method for TermDocumentMatrix
countWords(
x,
aggregate = NULL,
removeStopwords = TRUE,
language = "english",
...
)
# S3 method for DocumentTermMatrix
countWords(
x,
aggregate = NULL,
removeStopwords = TRUE,
language = "english",
...
)