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

15
LINES

< > BotCompany Repo | #1018283 // Two-Stage Input Processing Spike, shortened [OK]

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

Download Jar. Libraryless. Click here for Pure Java version (16529L/123K).

!7

p-exp {
  S input = "tell me what's going on";
  
  L<ExecutedRule> results = listWithNotifyOnAdd(voidfunc(ExecutedRule r) {
    print("Result: " + sfu(r));
  });
  
  set nlLogic_twoStageProcessing_verbose;
  nlLogic_twoStageProcessing(input, "Reduction rules 2", "<default>", results);

  printAsciiHeading("Results");
  pnlStruct(results);
}

Author comment

Began life as a copy of #1018274

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018283
Snippet name: Two-Stage Input Processing Spike, shortened [OK]
Eternal ID of this version: #1018283/3
Text MD5: 91b2337d3086ce3d97631ca8ab623195
Transpilation MD5: a040fab47e996dddbf270a5cbfda9cb7
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-09-15 22:35:23
Source code size: 362 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 322 / 639
Version history: 2 change(s)
Referenced in: [show references]