GitHub / tarudev / Sentiment_Analysis_using_BagOfWords
A tool for Raw Text processing and deciphering the Sentiment as positive or negative based on training ML (Machine Learning) models on a dataset of reviews. The Bag Of Words model is coupled with the NLP (Natural Language Processing) method for text preprocessing, tokenisation and vectorisation to predict the sentiment as positive or negative for a certain review.
Stars: 3
Forks: 0
Open issues: 0
License: None
Language: Jupyter Notebook
Size: 288 KB
Dependencies parsed at: Pending
Created at: over 3 years ago
Updated at: over 1 year ago
Pushed at: over 3 years ago
Last synced at: over 1 year ago
Topics: bag-of-words, machine-learning-algorithms, natual-language-processing, numpy, pandas