/WDM_EXP10

GNU General Public License v3.0GPL-3.0

EX10 [PROJECT] Sentimental Analysis on Any Dataset Using Rapidminer

DATE: 27-04-24

AIM: To create a project for Sentimental Analysis on Any Dataset a Using Rapidminer

Description:

Procedure:

  1. Import Excel data

    a. Drag the "Read Excel" operator from the IO folder onto the process canvas.

    b. Double-click on the operator to open its configuration panel.

    c. Specify the path to the Excel file you want to analyze.

    d. Configure options such as sheet selection, header inclusion, etc.

    e. Click on the "Run" button to execute the operator and import the Excel data.

  2. Perform sentiment analysis with Generate Attributes operator

    a. Drag the "Generate Attributes" operator from the Operators panel onto the canvas.

    b. Connect the output of the "Extract Sentiment" operator to the input of the "Generate Attributes" operator.

    c. Double-click on the "Generate Attributes" operator to configure it.

    d. Specify a name for the new sentiment attribute you want to generate (e.g., "Sentiment").

    e. Choose the sentiment analysis algorithm, "VADER."

    f. Click on the "Run" button to perform sentiment analysis on the Excel data and generate the sentiment attribute.

  3. Interpret and export the results

    a. Analyze the sentiment analysis results from the generated visualizations.

    b. If desired, drag the "Write Excel" operator onto the canvas to export the sentiment analysis results to a new Excel file.

    c. Connect the output of the visualization operator(s) to the input of the "Write Excel" operator.

    d. Configure the file path and other settings for the Excel export.

    e. Click on the "Run" button to export the sentiment analysis results to a new Excel file.

Output:

image image image

Result:

Thus sentimental analysis for twitter data is executed successfully using rapidminer.