!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()), "")); AI_BottomUpParser1.Word group = first(parser.fullGroups()); ai_buParser1_reconstructGrouping(parser, group, ""); }