!7 p-exp { S sentence = "In the movies Dracula always wears a cape"; new AI_BottomUpParser1 parser; parser.parse(sentence); parser.printWordsAndGroups(); parser.printConstituentsOfFullGroup(); assertTrue(contains(print(parser.fullClasses()), "")); print("OK"); }