static Map> tripelizeGAC36k() { new TreeMap> map; for (S s : gac36k()) pcall { mapPut(map, s, ai_tripelize(36)); } ret map; }