1 | static MultiMap<S, WebNode> dwlw_fullNodeIndex_ci() {
|
2 | print("Getting webs.");
|
3 | time2 {
|
4 | L<Web> webs = ai_filterBadWebs(allWebs()); |
5 | } |
6 | print("Got webs in " + lastTiming() + " ms. Making index of " + nWebs(webs) + ".");
|
7 | time "Index made." {
|
8 | MultiMap<S, WebNode> index = ai_indexWebs(webs); |
9 | } |
10 | ret index; |
11 | } |
Began life as a copy of #1010523
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010532 |
| Snippet name: | dwlw_fullNodeIndex_ci - full case-insensitive node index on downloadedTypicalWebs+localWebs+localSoftwareMadeWebs; currently drops non-triples |
| Eternal ID of this version: | #1010532/26 |
| Text MD5: | 879ede2730e4de62753a1dd4f22fb379 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-28 15:00:28 |
| Source code size: | 331 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 786 / 814 |
| Version history: | 25 change(s) |
| Referenced in: | [show references] |