static Concepts decodeConceptsFromAI1Lol(S text) { L list = cast safeUnstructure(text); new HashMap map; long iid = 0; for (O o : list) map.put(++iid, o); S text2 = structure(map); ret new Concepts().load(text2); }