Skip to content

Performing sentiment analysis on hotel reviews using MNB, BNB, LSVC, and LR

License

Notifications You must be signed in to change notification settings

yschermer/sentiment_analysis_hotel_reviews

Repository files navigation

Sentiment Analysis on Hotel Reviews

Usage

Usage: python main.py "Type review here..."

Results

Classifier Accuracy
Multinomial Naive Bayes 92.79%
Bernoulli Naive Bayes 90.97%
Linear Support Vector Classifier 94.87%
Logistic Regression 94.85%

For more details, see the report: Invididual Assignment I - Yoshio Schermer.

Data sources

About

Performing sentiment analysis on hotel reviews using MNB, BNB, LSVC, and LR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages