How do we get run Stanford Classifier on an array of Strings?
问题 I have got an array of strings String strarr[] = { "What a wonderful day", "beautiful beds", "food was awesome" }; I also have a trained dataset Room What a beautiful room Room Wonderful sea-view Room beds are comfortable Room bed-spreads are good Food The dinner was marvellous Food Tasty foods Service people are rude Service waitors were not on time Service service was horrible Pogrammatically I am unable to get the scores and labels of the strings I want to classify. If however, I am using