kevalmorabia97/Naive-Bayes-Text-Classifier-in-Java
Naive Bayes Classification used to classify movie reviews as positive or negative
This tool helps analyze movie reviews to determine if their sentiment is positive or negative. It takes movie review text as input and outputs a classification of positive or negative. A movie critic, studio analyst, or anyone interested in understanding public opinion about films would find this useful.
No commits in the last 6 months.
Use this if you need a fast and straightforward way to categorize a large collection of movie reviews by their emotional tone.
Not ideal if you need to understand the nuanced degree of positivity or negativity, or if your text data is not movie reviews.
Stars
20
Forks
6
Language
Java
License
MIT
Category
Last pushed
May 18, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kevalmorabia97/Naive-Bayes-Text-Classifier-in-Java"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
cardmagic/classifier
A general classifier module to allow Bayesian and LSI classifications.
ptnplanet/Java-Naive-Bayes-Classifier
A java classifier based on the naive Bayes approach complete with Maven support and a runnable example.
msamsami/wnb
General (mixed) and weighted naive Bayes classifiers.
surmon-china/naivebayes
NaiveBayes classifier for JavaScript
Assisted-Mindfulness/naive-bayes
Naive Bayes works by looking at a training set and making a guess based on that set.