Contains source Code for the Final report for the Application of Data Science Unit
There are 5 code source files as below:
- Original_NB.py - Gives the output for the naive bayes without applying any Accuracy improve method.
- Bigram_trigram.py - Gives the output after Considering the Bigram-trigram method.
- Negation_hand_NB.py - Gives the output after Considering the Negation handling method.
- Main_code_original.py - Gives the final output after applying all the methods mentioned in the report
- web_new.ipynb - Code for scrapping the Reviews from IMDB Web Site
There are 2 zip folders which contain the original dataset and all the 3 newly created dataset.
Original report Github link :