@Test
 public void isQuestionTest() {
   SentenceRecognizer recognizer = new SentenceRecognizer("how much is glob ?");
   Assert.assertTrue(recognizer.isQuestion());
 }