/Sentiment-analysis-report-for-Amazon-product-reviews

Sentiment analysis of Amazon product reviews. The analysis provides insights into customer sentiment and opinions regarding specific products sold on Amazon.

Primary LanguagePython

Sentiment-analysis-report-for-Amazon-product-reviews

The goal of this project is to analyze sentiment from Amazon product reviews using natural language processing (NLP) techniques. The analysis includes preprocessing the text data, extracting sentiment using Spacy and TextBlob, and generating a comprehensive report summarizing the findings.

The tools and libraries that I used:

Spacy: Used for tokenization, part-of-speech tagging, and named entity recognition (NER).

TextBlob: Utilized for sentiment analysis to determine sentiment polarity and subjectivity.

Python libraries: Pandas for data manipulation, and ReportLab for creating PDF reports.

Analysis steps

-Data preprocessing: Cleaned and prepared the Amazon product review data for analysis.

-Sentiment Analysis:

·Spacy: Extracted linguistic features such as tokens, part-of-speech tags, and named entities. ·TextBlob: Analyzed sentiment polarity and subjectivity of the reviews.

-Report Generation: Compiled the findings into a comprehensive report summarizing:

·Overview of sentiment distribution across reviews. ·Insights into positive, negative, and neutral sentiments. ·Visualizations illustrating sentiment trends and distributions.

Summary findings

The sentiment analysis revealed insightful patterns in Amazon product reviews, providing a nuanced understanding of customer sentiments towards the products. The report includes detailed visualizations and statistical analyses to support these findings.