scope ai_mechPatternListNamesForAngleBracketCategory. static TimedCache<Map<S, Set<S>>> #cache = TimedCache(5.0); static Set<S> ai_mechPatternListNamesForAngleBracketCategory(S s) { Map<S, Set<S>> map = cache.get(f newHashMap); s = dropTrailingNumberFromAngleBracketCategory(s); if (map.containsKey(s)) ret map.get(s); // Derive from the category name Set<S> set = litCISet(replace(deAngleBracket(s), "_", " ") + " patterns"); set.addAll(mechMultiMapCI("Word category => Pattern List").get(s)); map.put(s, set); ret set; } end scope
Began life as a copy of #1017299
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: | #1017316 |
| Snippet name: | ai_mechPatternListNamesForAngleBracketCategory |
| Eternal ID of this version: | #1017316/3 |
| Text MD5: | 4a132e3757fef4acde1960c9a686021a |
| 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-16 16:57:26 |
| Source code size: | 566 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 604 / 669 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |