Text Mining In R | Natural Language Processing | Data Science Certification Training | Edureka

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 44

  • @edurekaIN
    @edurekaIN  5 років тому +1

    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

  • @MarcelloNesca
    @MarcelloNesca 5 років тому +6

    WOW! thank you i am trying to learn NLP through R for my thesis, and this was a brilliant explanation thank you!!

  • @revathirasamsetty2024
    @revathirasamsetty2024 5 років тому +2

    Short and very detailed explanation!

  • @RPenahli
    @RPenahli 4 роки тому +1

    This is incredible! so much information explained in a very simple way. Thank you!

  • @sanilsarang8643
    @sanilsarang8643 4 роки тому +2

    Wonderful tutorial! Thank you so much !

  • @archanabulbul
    @archanabulbul 3 роки тому

    Simple, precise, hands-on and clear. 👍

    • @edurekaIN
      @edurekaIN  3 роки тому

      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 : )

  • @natashasamuel9346
    @natashasamuel9346 2 роки тому

    Great class.
    Keep up the good work.
    Thank You,
    Natasha Samuel

    • @edurekaIN
      @edurekaIN  2 роки тому

      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 : )

  • @Continentalky
    @Continentalky 2 роки тому +2

    where does the value 30 come from in the write:ines(as.character(docs[[30]])) come from?

  • @gonzalosilva3661
    @gonzalosilva3661 4 роки тому +1

    Very interesting and clear explanation!

  • @EustaquioSantimano
    @EustaquioSantimano 4 роки тому

    Thank you for the quick and fast introduction.

  • @Shahrvand23
    @Shahrvand23 4 роки тому +1

    Excellent video and great explanation!

  • @thej1091
    @thej1091 5 років тому +1

    Amazing! Miss! You killed it! thank You very much!

    • @edurekaIN
      @edurekaIN  5 років тому

      Thanks for the compliment, Kiran! We are glad you loved the video.

  • @goodbook6865
    @goodbook6865 3 роки тому +1

    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!

    • @edurekaIN
      @edurekaIN  3 роки тому

      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 !

  • @Mekinhumbel
    @Mekinhumbel 3 роки тому +1

    Great concise introduction to a fascinating topic--thanks for this! Gladly liked and subbed!

  • @mdmeherulislam7796
    @mdmeherulislam7796 4 роки тому

    thank you

  • @duckdong22
    @duckdong22 4 роки тому

    This video is really helpful!!! Thank you so much! I wish you nothing but joy, health, and love!!

  • @mhmodsaid1022
    @mhmodsaid1022 5 років тому

    Best explanation ever,, thank you!

  • @maxmax-cm7eh
    @maxmax-cm7eh Рік тому

    great video . can i have the csv or file that you used. thank you

    • @edurekaIN
      @edurekaIN  Рік тому

      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

  • @adnan2911
    @adnan2911 5 років тому

    really good !

  • @anmfaisal964
    @anmfaisal964 5 років тому

    Thank you for a great session. Best explained

    • @edurekaIN
      @edurekaIN  5 років тому

      Thanks for appreciating our work, Faisal!

  • @Indiasgotlatent2
    @Indiasgotlatent2 5 років тому

    thank you so much edureka for bringing such video! I love it.

    • @edurekaIN
      @edurekaIN  5 років тому

      Thanks for appreciating our efforts!

  • @piyushtripathi5008
    @piyushtripathi5008 5 років тому

    Very nice 👍

  • @market_forecasting
    @market_forecasting 3 роки тому

    Awesome video, thanks. Could you please share the code?

    • @edurekaIN
      @edurekaIN  3 роки тому +1

      Hi, kindly drop in your email id to help us assist you with the required source codes. Cheers :)

  • @dafni5674
    @dafni5674 4 роки тому +1

    25:20
    23:46

  • @tammammohamed9374
    @tammammohamed9374 3 роки тому

    where can I find the documents ?

    • @edurekaIN
      @edurekaIN  3 роки тому

      Hi Tammam, kindly drop in your email id to help us assist you with the required documents for your referencing. Happy learning :)

  • @karthikravinatha736
    @karthikravinatha736 5 років тому

    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

    • @edurekaIN
      @edurekaIN  5 років тому

      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.

  • @priyankashukla8206
    @priyankashukla8206 5 років тому

    and how to analyze Reviews given in . CSV file?

    • @edurekaIN
      @edurekaIN  5 років тому

      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.

  • @priyankashukla8206
    @priyankashukla8206 5 років тому

    what extension of file in TextMining folder?

    • @edurekaIN
      @edurekaIN  5 років тому

      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!

  • @josephinepasipanodya2750
    @josephinepasipanodya2750 5 років тому

    Is text mining similar to thematic analysis

    • @edurekaIN
      @edurekaIN  5 років тому

      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.

  • @nileshnath541
    @nileshnath541 3 роки тому

    Brilliant!

    • @edurekaIN
      @edurekaIN  3 роки тому

      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 : )