Teaser: simple word clustering
In the next chapter, we cover some miscellaneous (yet very important) text mining subjects including:
- TDM/DTM weighting
- Dealing with TDM/DTM sparsity
- Capturing metadata
- Simple word clustering for topics
- Analysis on more than one word
For now, let's simply create a new visual called a dendrogram from our coffee_tweets. The next chapter will explain it in detail.
यह अभ्यास पाठ्यक्रम का हिस्सा है
Text Mining with Bag-of-Words in R
अभ्यास निर्देश
A hierarchical cluster object, hc, has been created for you from the coffee tweets.
Create a dendrogram using plot() on hc.
इंटरैक्टिव व्यावहारिक अभ्यास
इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।
# Plot a dendrogram
___