!7 p { new WebThoughtSpace ts; ts.addWeb(webFromTriple("a sentence", "is", "a string of words")); printStruct(ts); //ai_applyWebFunctionToThoughtSpace(f web_reverseIs_ask); for (WebRelation r : thoughtSpace_search_dollarXY(ts, "$X", "is", "$Y")) { thoughtSpace_addQuestionTriple(ts, web_text(r.b), "is?", web_text(r.a)); } printWebs(ts.webs); }