You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be interesting to not only know the total number of occurrences of each word in a corpus, but also in how many documents a word appears at least once. This number is already considered when using the Document Frequency filter in Preprocess text, but it would also be nice to have it in a table.
Describe the solution you'd like
The most obvious place to include this is in the Word Count output of Word Cloud, I think.
Describe alternatives you've considered
The numbers are somehow hidden in the output of Bag of Words, with Term Frequency set to Binary and Document Frequency & Regularization set to None, but I have no idea how to extract them from the sparse data.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be interesting to not only know the total number of occurrences of each word in a corpus, but also in how many documents a word appears at least once. This number is already considered when using the Document Frequency filter in Preprocess text, but it would also be nice to have it in a table.
Describe the solution you'd like
The most obvious place to include this is in the Word Count output of Word Cloud, I think.
Describe alternatives you've considered
The numbers are somehow hidden in the output of Bag of Words, with Term Frequency set to Binary and Document Frequency & Regularization set to None, but I have no idea how to extract them from the sparse data.
The text was updated successfully, but these errors were encountered: