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: | 560 / 622 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017360 - ai_wordCategoriesWithElements - for ai_language() #1017755 - ai_englishAntiWordCategoriesWithElements - non-examples |