Skip to content

ColReece/codingTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Sentiment Analysis Project

This is a project for a computer science course.

I was tasked with creating python code that would read reviews from a supplied .csv dataset.

The code then preprocesses the text and then analyses the sentiment of sample reviews. Finally, it compares the chosen reviews to a sample review to test the similarity function.

The result is printed at the end in a report.

Note: Overall the results of this model are not very accurate but this task was very useful as a starting point into learning NLP. Any recommendations would be very welcome.

Tools

This project uses:

Pandas - for working with the dataset

and

Spacy and SpacyTextBlob - for implementing NLP

Instructions

Simply download the python file along will the 1429_1.csv dataset prodived here on Kaggle, be sure to make sure they are in the same folder, and then run the .py file.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages