i'm sorry for new question , but i newbie in text mining, and need in advices of profy.
Now, after long torments with content_transformer
i have clean corpus
The next question
1. How select from `dtm` the words with small frequencies , so that the amount of frequencies was not more than 1%
For example i need this format
x 0,5% of all words in the dataset
y 0,2%
z 0,3%
so here total frequencies sum =1% How do this?