Warning: session_start(): open(/var/lib/php/sessions/sess_c7u45hmo8j59onh1n00vko5ihg, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!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));
}