Rdocumentation
powered by
Learn R Programming
textreuse (version 0.1.2)
wordcount: Count words
Description
This function counts words in a text, for example, a character vector, a
TextReuseTextDocument
, some other object that inherits from
TextDocument
, or a all the documents in a
TextReuseCorpus
.
Usage
wordcount(x)
Arguments
Value
An integer vector for the word count.