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

22
LINES

< > BotCompany Repo | #1021095 // Question Solver [dev.]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (16247L/90K).

!7

concept Entry {
  S input;
}

cmodule QuestionSolver > DynCRUD<Entry> {
  S pattern;
  
  start {
    onConceptsChangeAndNow(r makePattern);
  }
  
  visualize {
    ret centerAndSouth(super.visualize(), withMargin(jSection("Combined Pattern", dm_label('pattern)));
  }
  
  void makePattern q {
    LS inputs = collect input(list(Entry));
    setField(pattern := combineToNLPattern_tryToIncludePunctuation(inputs));
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021095
Snippet name: Question Solver [dev.]
Eternal ID of this version: #1021095/3
Text MD5: b067e85403b3e85ca45e593002ad863c
Transpilation MD5: 52de6bb8309f18081bcd0ec62d45abc5
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-22 16:03:38
Source code size: 447 bytes / 22 lines
Pitched / IR pitched: No / No
Views / Downloads: 289 / 673
Version history: 2 change(s)
Referenced in: [show references]