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

6
LINES

< > BotCompany Repo | #1018084 // nlLogicCheckerWithRulesAndFacts

JavaX fragment (include)

static NLLogicChecker_v2 nlLogicCheckerWithRulesAndFacts(Pair<L<IfThen>, LS> p) {
  new NLLogicChecker_v2 c;
  c.rules = p.a;
  c.facts = p.b;
  ret c;
}

Author comment

Began life as a copy of #1018051

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: #1018084
Snippet name: nlLogicCheckerWithRulesAndFacts
Eternal ID of this version: #1018084/2
Text MD5: 1fbafbeb6c898cd462d6e7f78f4a7f9a
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-29 16:24:34
Source code size: 158 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 215 / 261
Version history: 1 change(s)
Referenced in: [show references]