Skip to content

Sentiment analysis using machine learning and other java jar files

Notifications You must be signed in to change notification settings

smadabat1/SentiAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SentiAnalysis

Sentiment analysis using machine learning and other java jar files

Description

In this project we evaluate the new raw tweet and we predict the emotion based on the data set we have prepared.
The file we used for giving the class label using StentiStrength jar file. you can know about it here.

Code Description

We have differnet methods in this code, they are listed below.

  • clean_tweet
  • storetocsv
  • checkscore
  • lemmtext
  • deemojify
  • removestuff
  • final_save
  • gather_data

cleanTweet

In this module by using regular expressions we remove different non-significant data like mentios and emoticons and other data. We also clean by using basic preprocessing by the given prepocessor module

pip install tweet-preprocessor

clean_tweet(given tweet)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Venkata Sai Pavan M , you can contact me here LinkedIN
if you liked the code , you can drop me a like in LinkedIN.

my mail id: mvspavan001@gmail.com

About

Sentiment analysis using machine learning and other java jar files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages