Word Clouds in R: Useful & Beautiful Word Clouds with wordcloud2

preview_player
Показать описание
Word Clouds in R: Useful & Beautiful Word Clouds with wordcloud2

In this video, I show you how to make word clouds with the tm library and wordcloud2 library in just a few minutes. We first start by cleaning our text, then building our word cloud. We don't just stop there though, because there are lots of potential improvements you can make to your wordcloud.

0:00 Intro & Setup
1:44 Create corpus and clean text
3:44 Create term document matrix
5:14 Build word cloud
6:14 Improve your word cloud
12:09 Outro
Рекомендации по теме
Комментарии
Автор

You deserve an award for this. Best explanation out here. Thanks!

DrDJ
Автор

Thank you so much for making this video! It was really well made, and broke things down very effectively!

arcade_wizard
Автор

thank you for also adding the text cleaning process, i've been looking for tutorials of that step

lieyoushin
Автор

Best video I watched on the topic. Thank you.

jacquesbaudoin
Автор

Your videos are excellent and really well produced. Looking forward to more!

globalalliancepremiummembers
Автор

These videos are gold!! Keep them coming!

imdadood
Автор

I hope he returns to Youtube 🙏. He's the best in explanation. Or even if he creates a course.

bassamsaleh
Автор

Thank you so much for this video. It is really clear and helpful. Looking forward to ur other tutorials!

yangzhimiao
Автор

Love it! You explained it so well! Thank you :)

nursena
Автор

Many thanks for this, I really appreciated your advice to use word clouds to compare things rather than just show something without any other reference point. I also liked the welcome surprise of that font package, definitely going to use it as well! All the best.

douglasaraujo
Автор

I really like your explanations. 😌keep going. ❤️

etupia
Автор

You videos are very informative. I'm eagerly waiting for your upcoming videos

suganyaragunath
Автор

wordclouds are great... although what's been difficult is getting them to reflect nicely in an rmarkdown document. wordcloud2 puts some neat js w/ it while wordcloud makes a static image -- so you may have to utilize htmlwidgets or plotly.

what would be great is a series on incorporating libraries for text analysis. it's intuitive to put together an x-y graph with some count of a discrete variable to gain some understanding... but what would be good approaches to get value out of textual data?

mashtonish
Автор

Is is possible to control the speed at which the words are displayed?

andrea-mjce
Автор

You're a fanomena. Can fit this into 5 classes of r course

djangoworldwide
Автор

when i run this code

df = df %>%
> 2,
word != "don’")

i get this error below

Error in `filter()`:
! Problem while computing `..1 = nchar(as.character(word)) > 2`.
Caused by error in `nchar()`:
! invalid multibyte string, element 300
Run `rlang::last_error()` to see where the error occurred.

shadowknight