Skip to content

acantu27/Twitter-Sentiment-Impact-on-Bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment Impact on Bitcoin Pricing

Natural Language Processing 1 (NLP) used in conjunction with a Support Vector Machine 2 (SVM) to classify the sentiment of tweets to determine a correlation with Bitcoin prices.

Note: Not a full/complete project

General Information

Preprocessing is handled by utilizing NLP techniques provided by the Natural Language Toolkit3 (NLTK) to normalize textual data. Textual data is then converted into a Vector Space Model (VSM) with Term Frequency-Inverse Document Frequency4 (TF-IDF). A SVM is then used for binary classification of tweets to determine positive and non-positive sentiment of tweets. Tweets can be acquired using TweetStreamer.

In Progress

  • Revised Stop Word Removal
  • Negation Handling
  • Emoji Support and Scoring

References

  1. Natural Language Processing Wikipedia
  2. Support Vector Machine
  3. Natural Language Toolkit Official
  4. TF-IDF
  5. Sentiment 140 Training

Releases

No releases published

Packages

No packages published

Languages