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