static Concepts machineConceptsByTokens(S tokens) { S text = loadPage("http://ai1.lol/wiki/structure/conceptsByTokens/" + urlencode(tokens)); ret decodeConceptsFromAI1Lol(text); }