!7 p-exp { S sentence = "this check looks natural"; new AI_BottomUpParser1 parser; parser.theSet = ai_wordCategoriesWithElements(); parser.theSet.remove("", "looks"); parser.parse(sentence); parser.printWordsAndGroups(); parser.printConstituentsOfFullGroup(); }