Helper function to check that a topic model and a dtm contain the same number of documents
contain_equal_docs(topic_model, dtm_data)
a logical indicating whether or not the two object contain the same number of documents
a fitted topic model object from one of the following:
tm-class
a document-term matrix of token counts coercible to simple_triplet_matrix