Create a document term matrix
The document term matrix or DTM is a matrix representation of a corpus.
Creating the DTM from the text corpus is the first step towards building a topic model.
Can you create a DTM from the pre-loaded corpus on "Climate change" called corpus_climate?
The library tm has been pre-loaded for this exercise.
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Analyzing Social Media Data in R
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ
ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์
# Create a document term matrix (DTM) from the pre-loaded corpus
dtm_climate <- ___(___)
dtm_climate