Skip to content

amit-rakesh/Sentiment-Analysis-Movie-Reviews

Repository files navigation

1. Run the file prepare_text.py to clean the reviews from given tsv files and save them as python lists in a seprate file.

2. Run the main_bow_rf.py to generate the model and save it in Pickle format.

3. Run  query_model.py as follows to check an input string against the model:
	python query_model.py --review <"Input String Here">

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published