Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1017343 // ai_englishWordCategoriesWithElements

JavaX fragment (include)

static Map<S, Set<S>> ai_englishWordCategoriesWithElements() {
  final Map<S, Set<S>> wordCategories = ciMap();
  for (S cat : mL("All english word categories"))
    wordCategories.put(cat, combinedMechSetsCI(ai_mechListNamesForAngleBracketCategory(cat)));
  /*for (S cat : keys(wordCategories))
    print(cat + ": " + l(wordCategories.get(cat)));*/
  ret wordCategories;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017343
Snippet name: ai_englishWordCategoriesWithElements
Eternal ID of this version: #1017343/2
Text MD5: fc9c6b5f4424e33b1d8533d7f4908594
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-17 21:25:17
Source code size: 380 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 281 / 332
Version history: 1 change(s)
Referenced in: [show references]