Warning: session_start(): open(/var/lib/php/sessions/sess_eo8tr31lhmvtsovsqki2c9c3t6, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
scope ai_wordCategoriesWithElements.
static TimedCache> #cache = new TimedCache(f fresh, 10.0);
static Map> ai_wordCategoriesWithElements() {
ret cache!;
}
static Map> #make() {
final Map> wordCategories = ciMap();
for (S cat : mL("All " + ai_language() + " word categories"))
wordCategories.put(cat, combinedMechSetsCI(ai_mechListNamesForAngleBracketCategory(cat)));
ret wordCategories;
}
end scope