21.20 Distribution of Term Frequencies

# Frequency of frequencies.
head(table(freq), 15)
## freq
##    1    2    3    4    5    6    7    8    9   10   11   12   13   14   15 
## 2381 1031  504  308  209  190  135  130   81   82   65   62   55   52   52
tail(table(freq), 15)
## freq
##  483  544  547  555  578  609  611  616  703  709  776  887 1366 1446 3101 
##    1    1    1    1    1    1    1    1    1    1    1    1    1    1    1

So we can see here that there are 2381 terms that occur just once.



Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0