Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 905 Bytes

File metadata and controls

18 lines (16 loc) · 905 Bytes

Ukraine Russia War tweets analysis using Natural Language Processing

Features

  • Scrape tweets from Twitter
  • Data cleaning using with multiple techniquies like words lemmatization , stopwords removal etc
  • word embedding
  • tweets sentiments
  • data visualization
  • word cloud
  • training machine learning model by using fetures drived as a output of NLP
  • Random forest Algorithm
  • KFold
  • reading and writing data from text and csv files

Wordcloud

russia ukraine war tweets wordcloud

Purpose

This exercise is just for educational purpose.