Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 573 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 573 Bytes

Sentiment Analysis with Python

Task: Classify Negative and Positive words

Here are some suggestions

  1. You can create a wordcloud
  2. Show graphs showing postive and negative words.
  3. Show accuracy of the words
  4. Optimize code
  5. Advance: Create a dashboard where it shows the over sentiment and show if the there are any positive/negative words.

How can you contribute to this project?

  1. Fork this in your repo
  2. Make a pull request
  3. Merge it (The maintainer will merge you changes and will label it as 'hacktober-accepted').

Happy Hacking!