1. Învăţa
  2. /
  3. Courses
  4. /
  5. Introduction to Text Analysis in R

Connected

exercise

Tokenizing and counting

Explore the content of the airline tweets in twitter_data through word counts. The content of each tweet is in the tweet_text column.

Instrucţiuni

100 XP
  • Load the tidyverse and tidytext packages.
  • Tokenize the tweets in the tweet_text column.
  • Compute word counts using the tokenized text.
  • Arrange the counts in descending order.