1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Analyzing Social Media Data in R

Connected

अभ्यास

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.

निर्देश 1/2

undefined XP
    1
    2
  • Create a document term matrix (DTM) from the corpus.