static S conceptToName(S s) { AIConcept c = aiConceptsMap_cached().get(first(tok)); ret c == null ? s : c.name; }