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