static Map> ai_englishAntiWordCategoriesWithElements() { final Map> wordCategories = ciMap(); for (S cat : mL("All english word categories")) wordCategories.put(cat, combinedMechSetsCI(ai_antiMechListNamesForAngleBracketCategory(cat))); ret wordCategories; }