Skip to content

jestinjose90/SentimentAnalysisProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Simple Sentiment Analyzer Project

This project is a basic command-line application that analyzes the sentiment (polarity) of text using the Python TextBlob library.

It demonstrates fundamental Natural Language Processing (NLP) concepts such as tokenization, stop word removal, and sentiment scoring.

How It Works

The script defines a sample sentence and uses the TextBlob library to calculate a polarity score between -1.0 (most negative) and +1.0 (most positive). It then classifies the result as Positive, Negative, or Neutral.

Requirements

You need Python installed, along with the following libraries:

pip install nltk textblob.

About

This project is a basic command-line application that analyzes the sentiment (polarity) of text using the Python `TextBlob` library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors