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

13
LINES

< > BotCompany Repo | #1014536 // Find "expansion sequences" in Katze log (OK)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (7561L/51K).

!7

p-experiment {
  L<S> l = map dropLeadingAngleBracketStuff(mL("Katze Speech Recognition Log With Date"));
  for (int i = 0; i < l(l)-1; i++) {
    int j = i+1;
    while (j < l(l) && cic(l.get(j), l.get(j-1))) ++j;
    L<S> seq = uniquify(subList(l, i, j));
    continue unless l(seq) > 1;
    print(join(" > ", seq));
    i = j-1;
  }
}

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: #1014536
Snippet name: Find "expansion sequences" in Katze log (OK)
Eternal ID of this version: #1014536/8
Text MD5: 46e4adfaf20372e13825173e6146339a
Transpilation MD5: 567727e43e4707d9dc4ee8a95aae1ec1
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-23 23:39:40
Source code size: 353 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 273 / 3143
Version history: 7 change(s)
Referenced in: [show references]