Skip to content

It is a school project, under the subject of "Introduction to Artificial Intelligence", I am learning some basic concepts of AI. Along with my colleague Norbeto Boa, we developed a small project for our assignment, where it makes some analysis over the input.

License

Notifications You must be signed in to change notification settings

Frank-Coutinho/sentiment-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Sentiment Analysis with textBlob

Status GitHub Issues GitHub Pull Requests License


It is a school project, under the subject of "Introduction to Artificial Intelligence", willing to do users sentiment analysis.

📝 Table of Contents

🧐 About

Along the lessons we been able to go deep in some of Artificial Intelligence sectors, and natural language processing is one of them.

In this project, we used the natural language processing to perform sentiment analysis on statements written by the users.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run this project on your local machine, you need to clone the repository, with the following command!

  git clone https://github.com/Norberto-Boa/sentiment-analysis.git

After cloning the repository, navigate to the root of the project

cd sentiment-analysis

Before running project, make sure that you have the python3 installed on your computer.

Installing

After checking if the latest version of python is available, install the following dependencies, with the following commands

  pip install -U textblob
  pip3 install -U newspaper3k

🔧 Running the tests

After installing all the dependencies, to run the project, run the following command.

python FinalAssignment.py

Follow the program instructions.

Using Article

To use the article to make sentiment analysis, make the changes highlighted by the comments, and run the project.

Using the txt file

Write your sentence on the txt file, then make the changes highlighted by the comments in order to use txt file, then run the project.

🎈 Usage

This project can be integrated with a product review or comments, in order to know what is the mood of the writer.

⛏️ Built Using

✍️ Authors

  • Frank Amiel - Coding and Analysis
  • @Norberto-Boa - Coding and Analysis

🎉 Acknowledgements

References

About

It is a school project, under the subject of "Introduction to Artificial Intelligence", I am learning some basic concepts of AI. Along with my colleague Norbeto Boa, we developed a small project for our assignment, where it makes some analysis over the input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%