static Map> ai_wordCategoriesWithElements() { final Map> wordCategories = ciMap(); for (S cat : mL("All " + ai_language() + " word categories")) wordCategories.put(cat, combinedMechSetsCI(ai_mechListNamesForAngleBracketCategory(cat))); ret wordCategories; }