Helper function to calculate the Hellinger distance between the token frequencies and document frequencies for a specific topic's top N tokens
tf_df_dist_diff(dtm_data, top_terms)
a single value representing the Hellinger distance
a document-term matrix of token counts coercible to simple_triplet_matrix
- a character vector of the top N tokens