!7 p-exp { S s = "My Mom always brings me sweets and candy when they come."; print_nlBefore("Parsing: " + s); new AI_BottomUpParser1 parser; //set ai_parseTree_makeWeights_verbose; parser.maxDepth = /*15*/ /*18*/ /*22*/ 25; parser.afterIteration = r { //if ((parser.iterations % 10) == 0) print("Iterations: " + parser.iterations + ", changes: " + parser.changes); }; /*parser.parse(s); ChooseCategory root = ai_buParser_makeRootElement(parser); print(root);*/ ai_printParseTreeWithLevels(ai_parseToCulledTree(s, parser)); }