Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 289 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 289 Bytes

This repository contains programs that perform sentiment analysis. BoW and TF-IDF aare used for vectorization. Documents vectorized using both methods are given to SVM, NB and Rf models for sentiment analysis. A dataset that contains tweets are also given for analysis in this repository.