Classifier which uses a Bayesian network to classify restaurant reviews as positive or negative
Note: this program is designed to run in a Linux environment
In order to run the program please do the following.
- run the "compile.sh" script
- run the "./NaiveBayes.exe"
The program will do the pre-processing of the review template
Next it will train itself based on its model.
Then it will classify each review based on its training.
Results are currently ~50% accurate.