Sentiment analysis
Steps:
- Clean data and doing pre-processing to it.
- Provide text analysis with visualization like top 10 unigrams , bigrams , .. words in data.
- Provide wordcloud to each class.
- Build text classification model that will classify data to three classes (positive, negative, nutral) .
skills: Python, Pandas, Matplotlib, NLP, Machine Learning