1 | scope ai_mechListNamesForAngleBracketCategory. |
2 | |
3 | // TODO: clean on language change |
4 | static TimedCache<Map<S, Set<S>>> #cache = TimedCache(5.0); |
5 | |
6 | static Set<S> ai_mechListNamesForAngleBracketCategory(S s) { |
7 | if (!isAngleBracketed(s)) null; |
8 | Map<S, Set<S>> map = cache.get(f newHashMap); |
9 | s = dropTrailingNumberFromAngleBracketCategory(s); |
10 | if (map.containsKey(s)) ret map.get(s); |
11 | // Derive from the category name - use LinkedHashSet to keep first |
12 | Set<S> set = litorderedset(mechLanguagePrefix() + firstToUpper(plural_mech(replace(deAngleBracket(s), "_", " ")))); |
13 | set.addAll(mechMultiMapCI(mechLanguagePrefix() + "Word category => List").get(s)); |
14 | map.put(s, set); |
15 | ret set; |
16 | } |
17 | |
18 | end scope |
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: | #1017299 |
Snippet name: | ai_mechListNamesForAngleBracketCategory |
Eternal ID of this version: | #1017299/12 |
Text MD5: | 077e4612cd072a6b36c929e81a338874 |
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-18 13:03:49 |
Source code size: | 712 bytes / 18 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 429 / 486 |
Version history: | 11 change(s) |
Referenced in: | [show references] |