Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka Data Science Training Certification Curriculum, Visit our Website: bit.ly/37q65Oc
Thank you so much for your review on our channel Great to hear that Edureka is helping you learn better . We’ll strive to make even better learning contents/courses in the future ! Do subscribe the channel for more updates : )
Thank you so much : ) We are glad to be a part of your learning journey. Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
That is a great video, thank you, but I wish that you showed how the data looks like after each function 9e.g., remove punctuations). However, great work. Thank you!
We are very glad to hear that your a learning well with our contents :) continue to learn with us and dont forget to subscribe our channel so that you dont miss any updates !
Glad you liked it ! We are glad to have learners like you. Please do share your mail id so that we can send the notes or source codes. Do subscribe our channel and hit that bell icon to never miss any video from our channel
i am getting this error Error in Corpus(DirSource("F:/textmining")) : could not find function "Corpus" inspect(docs) Error in inspect(docs) : could not find function "inspect" i have installed packages nlp and tm please resolve thank you
Hi Karthik, the way to solve this problem is to detach a library before using inspect() method for an object made with other library. detach(package:tm, unload=TRUE) then load the required libraries and use inspect() method. Hope this is helpful.
Hey Priyanka, the read.csv command reads a CSV (Comma Separated Value) file from disk. Such files represent a table whose rows are represented by single lines in the files and columns are marked by a separator character within lines. Arguments of the command can be set to specify whether the CSV file contains a line with column names (header = TRUE or FALSE) and the character set.
Hi Priyanka, extension to be mined can be loaded into R from different source formats. It can come from text files(.txt),pdfs (.pdf),csv files(.csv) etc., but no matter what the source format is, to be used in the TextMining package it is turned into a “corpus”. Hope this is helpful!
Hi Josephine, Text mining, also referred to as text data mining, roughly equivalent to text analytics, is the process of deriving high-quality information from text. Thematic analysis is one of the most common forms of analysis within qualitative research. It emphasizes pinpointing, examining, and recording patterns within data.
Thank you so much for your review on our channel Great to hear that Edureka is helping you learn better . We’ll strive to make even better learning contents/courses in the future ! Do subscribe the channel for more updates : )
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka Data Science Training Certification Curriculum, Visit our Website: bit.ly/37q65Oc
WOW! thank you i am trying to learn NLP through R for my thesis, and this was a brilliant explanation thank you!!
Short and very detailed explanation!
This is incredible! so much information explained in a very simple way. Thank you!
Wonderful tutorial! Thank you so much !
Simple, precise, hands-on and clear. 👍
Thank you so much for your review on our channel Great to hear that Edureka is helping you learn better . We’ll strive to make even better learning contents/courses in the future ! Do subscribe the channel for more updates : )
Great class.
Keep up the good work.
Thank You,
Natasha Samuel
Thank you so much : ) We are glad to be a part of your learning journey. Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
where does the value 30 come from in the write:ines(as.character(docs[[30]])) come from?
Very interesting and clear explanation!
Thank you for the quick and fast introduction.
Excellent video and great explanation!
Amazing! Miss! You killed it! thank You very much!
Thanks for the compliment, Kiran! We are glad you loved the video.
That is a great video, thank you, but I wish that you showed how the data looks like after each function 9e.g., remove punctuations). However, great work. Thank you!
We are very glad to hear that your a learning well with our contents :) continue to learn with us and dont forget to subscribe our channel so that you dont miss any updates !
Great concise introduction to a fascinating topic--thanks for this! Gladly liked and subbed!
thank you
This video is really helpful!!! Thank you so much! I wish you nothing but joy, health, and love!!
Best explanation ever,, thank you!
great video . can i have the csv or file that you used. thank you
Glad you liked it ! We are glad to have learners like you. Please do share your mail id so that we can send the notes or source codes. Do subscribe our channel and hit that bell icon to never miss any video from our channel
really good !
Thank you for a great session. Best explained
Thanks for appreciating our work, Faisal!
thank you so much edureka for bringing such video! I love it.
Thanks for appreciating our efforts!
Very nice 👍
Awesome video, thanks. Could you please share the code?
Hi, kindly drop in your email id to help us assist you with the required source codes. Cheers :)
25:20
23:46
where can I find the documents ?
Hi Tammam, kindly drop in your email id to help us assist you with the required documents for your referencing. Happy learning :)
i am getting this error
Error in Corpus(DirSource("F:/textmining")) :
could not find function "Corpus"
inspect(docs)
Error in inspect(docs) : could not find function "inspect"
i have installed packages nlp and tm
please resolve thank you
Hi Karthik, the way to solve this problem is to detach a library before using inspect() method for an object made with other library.
detach(package:tm, unload=TRUE)
then load the required libraries and use inspect() method. Hope this is helpful.
and how to analyze Reviews given in . CSV file?
Hey Priyanka, the read.csv command reads a CSV (Comma Separated Value) file from disk. Such files represent a table whose rows are represented by single lines in the files and columns are marked by a separator character within lines. Arguments of the command can be set to specify whether the CSV file contains a line with column names (header = TRUE or FALSE) and the character set.
what extension of file in TextMining folder?
Hi Priyanka, extension to be mined can be loaded into R from different source formats. It can come from text files(.txt),pdfs (.pdf),csv files(.csv) etc., but no matter what the source format is, to be used in the TextMining package it is turned into a “corpus”. Hope this is helpful!
Is text mining similar to thematic analysis
Hi Josephine, Text mining, also referred to as text data mining, roughly equivalent to text analytics, is the process of deriving high-quality information from text. Thematic analysis is one of the most common forms of analysis within qualitative research. It emphasizes pinpointing, examining, and recording patterns within data.
Brilliant!
Thank you so much for your review on our channel Great to hear that Edureka is helping you learn better . We’ll strive to make even better learning contents/courses in the future ! Do subscribe the channel for more updates : )