Learn Python Sentiment Analysis (Quick Tutorial)

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • Do you want to determine the sentiment of reviews, media releases, telephone transcripts, or other text?
    ** PLEASE SUBSCRIBE / @garyeckstein **
    In this tutorial, I show how to use Python to understand whether your data is positive, negative, or neutral in sentiment (also termed 'opinion mining'). I demonstrate using several thousand media releases from Australian health departments.
    First, I show the text that we will analyze. I then show a CSV file with sentiment scores for each line of text. I then use run NLTK VADER script in Jupyter so that you may understand how to perform sentiment analysis.
    The script I use in this tutorial may be found at garyeckstein.c...
    #python #datascience #nlp #tutorial #sentiment #pythonforbeginners

КОМЕНТАРІ • 5

  • @user-lr7fq7ld7h
    @user-lr7fq7ld7h 5 місяців тому

    Could you please provide the dataset also?

    • @GaryEckstein
      @GaryEckstein  5 місяців тому +1

      I'll try to locate the dataset and post it 👍

    • @aidilhaqkimnabil7599
      @aidilhaqkimnabil7599 2 місяці тому

      @@GaryEckstein where is it

    • @GaryEckstein
      @GaryEckstein  2 місяці тому

      @@aidilhaqkimnabil7599 unfortunately I no longer have the dataset available.