Skip to content

VarshaChintamani/Text_Mining01-Elonmusk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Perform sentimental analysis on the Elon-musk tweets (Exlon-musk.csv)

##Steps to follow:-

Text Preprocessing

Joining the list into one string/text

Remove Twitter username handles from a given twitter text. (Removes @usernames)

Again Joining the list into one string/text

Remove Punctuations

Remove https or url within text

Converting into Text Tokens

Tokenization

Remove Stopwords

Normalize the data

Stemming (Optional)

Lemmatization

Feature Extaction

Generate Word Cloud

Named Entity Recognition (NER)

Emotion Mining - Sentiment Analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors