!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_addTriple(ts, r.b, "is?", r.a); } printWebs(ts.webs); }