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

17
LINES

< > BotCompany Repo | #1026442 // Superposition Spike [dev.]

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

Download Jar. Uses 911K of libraries. Click here for Pure Java version (4050L/21K).

!759

cmodule Spike {
  start-thread {
    L<SS> options = speechLogToLine1AndLine2Superposition();
    print(renderSuperpositionSummary(options));
    //ret structWordWrap(delazyList(options));
    
    // filter by line 2 starting with "that means"
    //ret asList(filterIteratorOnMapElement("line 2", options, line -> swic_wordBoundary(line, "that means")));
    
    // filter by both lines
    pnl(filterIterator_predicatesOnLine1AndLine2(
      rcurry1 swic_wordBoundary("if i want to"),
      curry1 eqic("how do i do that"), options));
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026442
Snippet name: Superposition Spike [dev.]
Eternal ID of this version: #1026442/3
Text MD5: 6cbb4bbafa6a28eb86cf6baabb628de7
Transpilation MD5: dd8b42ab42def7eae453177a49b8c726
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-04 17:43:14
Source code size: 566 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 124 / 492
Version history: 2 change(s)
Referenced in: [show references]