Data Science Tutorial | Text Analytics in R - Creating a Stunning Word Cloud in R - Part 1

preview_player
Показать описание
In this data science tutorial video I’ve talked about text analytics in R and using the text analytics in R how you can create the stunning word cloud that will help your understand the gist of the entire book or speech or long corporate emails. Wordcloud is a very simple yet very helpful tool to have it in your pocket to really get to know how your leaders are thinking and may take decision in future.

In this video I’ve shown you basic functioning of creating wordcloud in R and then how you can tune the wordcloud parameter for a stunning wordcloud in action.
Рекомендации по теме
Комментарии
Автор

Really helpful . Very clear tutorial and understanding

lakshmisadasivan
Автор

Please do a video on adaboost algorithm in R.

dr.suryakameswariuduga
Автор

hi Abhishek,
where we will use text analysis??, and you said about Modi speaking in 2014 and 2018, in industry purpose where it will be used.

mukeshdarisi
Автор

I "fixed" the error message by adding warn=FALSE in the first line. So it'd be like this:
modi_cloud <- readLines('C:\\Users\\jacob\\Documents\\modispeech.txt', warn=FALSE)

Jacobsenful
Автор

Hi Abhishek,

I implemented all same steps however I was not being able to import my data correctly as there was so many space in sentence starting for all lines then stemdocument also asked to install snowballC package.Can you please tell me how to import data correctly as I believe it's taking data in rows vs columns

YogeshKumar-tuoj