Skip to content

This notebook analyses santiments in a corpus by extracting keywords, removing punctuation marks and removes words whichare less important (stop words)

Notifications You must be signed in to change notification settings

ayamlearning/Sentiment_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

In this tutorial, I was analysing an article on the Khashoggi's case cited here:

Pre-Install

  • sudo pip install -U nltk
  • pip install google-cloud-storage
  • pip install six

What's Covered?

  • Keywords Extraction
  • Special Characters removal
  • Dublicate words removal
  • Word count

About

This notebook analyses santiments in a corpus by extracting keywords, removing punctuation marks and removes words whichare less important (stop words)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published