Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1013061 // ai_matrixUnpack

JavaX fragment (include)

1  
static L<S> ai_matrixUnpack(L<S> rels) {
2  
  new L<S> out;
3  
  new Matches m;
4  
  for (S rel : unnull(rels)) {
5  
    S a = ai_matrix_verbToAnswer(rel);
6  
    if (nempty(a)) out.add(a);
7  
  }
8  
  ret out;
9  
}

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: #1013061
Snippet name: ai_matrixUnpack
Eternal ID of this version: #1013061/3
Text MD5: c7fd8c0b49f541f30b5f84735e9b94ea
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-24 19:48:08
Source code size: 199 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 283 / 314
Version history: 2 change(s)
Referenced in: [show references]