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