tdm_tidiers: Tidy DocumentTermMatrix, TermDocumentMatrix, and related objects
from the tm package
Description
Tidy a DocumentTermMatrix or TermDocumentMatrix into
a three-column data frame: term{}, and value (with
zeros missing), with one-row-per-term-per-document.