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
___