1 | static Map<S, Set<S>> ai_englishWordCategoriesWithElements() {
|
2 | final Map<S, Set<S>> wordCategories = ciMap(); |
3 | for (S cat : mL("All english word categories"))
|
4 | wordCategories.put(cat, combinedMechSetsCI(ai_mechListNamesForAngleBracketCategory(cat))); |
5 | /*for (S cat : keys(wordCategories)) |
6 | print(cat + ": " + l(wordCategories.get(cat)));*/ |
7 | ret wordCategories; |
8 | } |
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: | 558 / 620 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |