Extract a word count matrix with documents as rows and words as columns

as.docword(wfm)

Arguments

wfm

an object of class wfm

Value

a document by word count matrix

Details

This is a helper function for wfm objects. Use it instead of manipulating wfm object themselves.

See also

Author

Will Lowe