Hello,
I am trying to use Python (or if you could recommend a better tool) to determine if a review is "negative" or "positive". I have tried the Naive Bayes classifier tool but it needs at least 2 fields to train the model. If there is a way to truly get the model to learn text classification (NLP), that would be very helpful! I've attached a training set labeling if a review is negative or positive, and a test set that would see if the model could determine if it was "negative" or "positive".
Training set:

Test set (desired outcome is the review type being predicted):
