Descriptive statistics of word frequencies
This method returns a data frame with one row for each unique vocabulary word, and three columns: the word as a character
value, the total number of tokens of that word type, and the total number of documents that contain that word at least once. This information can be useful in identifying candidate stopwords.
mallet.word.freqs(topic.model)
topic.model |
A Mallet topic trainer returned by |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.